|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MethodDescriptor | |
---|---|
edu.rit.m2mi | Package edu.rit.m2mi is the API for Many-to-Many Invocation (M2MI). |
Uses of MethodDescriptor in edu.rit.m2mi |
---|
Fields in edu.rit.m2mi declared as MethodDescriptor | |
---|---|
protected MethodDescriptor |
Invocation.myMethodDescriptor
Method descriptor. |
Methods in edu.rit.m2mi with parameters of type MethodDescriptor | |
---|---|
Class |
M2MIClassLoader.getMethodInvokerClass(MethodDescriptor theMethodDescriptor)
Obtain the method invoker class for the given method descriptor. |
String |
M2MIClassLoader.getMethodInvokerClassName(MethodDescriptor theMethodDescriptor)
Obtain the name of the method invoker class for the given method descriptor. |
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 MethodDescriptor | |
---|---|
Invocation(Eoid theEoid,
MethodDescriptor theMethodDescriptor,
MethodInvoker theMethodInvoker)
Construct a new invocation object with the given EOID, method descriptor, and method invoker. |
|
MethodInvokerSynthesizer(String theClassName,
MethodDescriptor theMethodDescriptor)
Create a new method invoker synthesizer object. |
|
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 |