|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MethodInvoker | |
---|---|
edu.rit.m2mi | Package edu.rit.m2mi is the API for Many-to-Many Invocation (M2MI). |
Uses of MethodInvoker in edu.rit.m2mi |
---|
Fields in edu.rit.m2mi declared as MethodInvoker | |
---|---|
protected MethodInvoker |
Invocation.myMethodInvoker
Method invoker. |
Methods in edu.rit.m2mi with parameters of type MethodInvoker | |
---|---|
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. |
Constructors in edu.rit.m2mi with parameters of type MethodInvoker | |
---|---|
Invocation(Eoid theEoid,
MethodDescriptor theMethodDescriptor,
MethodInvoker theMethodInvoker)
Construct a new invocation object with the given EOID, method descriptor, and method invoker. |
|
MultiInvocation(Eoid theEoid,
MethodDescriptor theMethodDescriptor,
MethodInvoker theMethodInvoker)
Construct a new multihandle invocation object with the given EOID, method descriptor, and method invoker. |
|
OmniInvocation(Eoid theEoid,
MethodDescriptor theMethodDescriptor,
MethodInvoker theMethodInvoker)
Construct a new omnihandle invocation object with the given EOID, method descriptor, and method invoker. |
|
UniInvocation(Eoid theEoid,
MethodDescriptor theMethodDescriptor,
MethodInvoker theMethodInvoker)
Construct a new unihandle invocation object with the given EOID, method descriptor, and method invoker. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |