|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MethodCallMetadata | |
org.objectweb.proactive.core.exceptions.manager | ProActive exceptions mechanism. |
org.objectweb.proactive.core.mop | **For internal use only** Defines the Meta Object Protocol used in ProActive that allows the interception of a method call to an active object and its reification as a request sent to a body. |
Uses of MethodCallMetadata in org.objectweb.proactive.core.exceptions.manager |
Methods in org.objectweb.proactive.core.exceptions.manager that return MethodCallMetadata | |
static MethodCallMetadata |
ExceptionHandler.getMetadataForCall(java.lang.reflect.Method m)
|
Uses of MethodCallMetadata in org.objectweb.proactive.core.mop |
Fields in org.objectweb.proactive.core.mop declared as MethodCallMetadata | |
static MethodCallMetadata |
MethodCallMetadata.DEFAULT
The default parameters, when the exception mechanism is not used. |
Methods in org.objectweb.proactive.core.mop that return MethodCallMetadata | |
static MethodCallMetadata |
MethodCallMetadata.optimize(MethodCallMetadata metadata)
|
MethodCallMetadata |
MethodCall.getMetadata()
|
Methods in org.objectweb.proactive.core.mop with parameters of type MethodCallMetadata | |
static MethodCallMetadata |
MethodCallMetadata.optimize(MethodCallMetadata metadata)
|
static MethodCall |
MethodCall.getMethodCall(java.lang.reflect.Method reifiedMethod,
java.lang.Object[] effectiveArguments,
MethodCallMetadata metadata)
Factory method for getting MethodCall objects |
Constructors in org.objectweb.proactive.core.mop with parameters of type MethodCallMetadata | |
MethodCall(java.lang.reflect.Method reifiedMethod,
java.lang.Object[] effectiveArguments,
MethodCallMetadata metadata)
Builds a new MethodCall object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |