Uses of Class
edu.rit.m2mi.Invocation

Packages that use Invocation
edu.rit.m2mi Package edu.rit.m2mi is the API for Many-to-Many Invocation (M2MI). 
 

Uses of Invocation in edu.rit.m2mi
 

Subclasses of Invocation in edu.rit.m2mi
 class MultiInvocation
          Class MultiInvocation provides an invocation object for a multihandle invocation in M2MI.
 class OmniInvocation
          Class OmniInvocation provides an invocation object for an omnihandle invocation in M2MI.
 class UniInvocation
          Class UniInvocation provides an invocation object for a unihandle invocation in M2MI.
 

Methods in edu.rit.m2mi that return Invocation
 Invocation UniInvocationFactory.newInvocation(Eoid theEoid, MethodDescriptor theMethodDescriptor, MethodInvoker theMethodInvoker)
          Create a new unihandle invocation object with the given EOID, method descriptor, and method invoker.
 Invocation MultiInvocationFactory.newInvocation(Eoid theEoid, MethodDescriptor theMethodDescriptor, MethodInvoker theMethodInvoker)
          Create a new multihandle invocation object with the given EOID, method descriptor, and method invoker.
 Invocation OmniInvocationFactory.newInvocation(Eoid theEoid, MethodDescriptor theMethodDescriptor, MethodInvoker theMethodInvoker)
          Create a new omnihandle invocation object with the given EOID, method descriptor, and method invoker.
abstract  Invocation InvocationFactory.newInvocation(Eoid theEoid, MethodDescriptor theMethodDescriptor, MethodInvoker theMethodInvoker)
          Create a new invocation object with the given EOID, method descriptor, and method invoker.
 

Methods in edu.rit.m2mi with parameters of type Invocation
 void InvocationQueue.add(Invocation invocation)
          Add the given invocation object to the end of this invocation queue.
 



Copyright © 2001-2006 by Alan Kaminsky. All rights reserved. Send comments to ark­@­cs.rit.edu.