org.objectweb.proactive.core.mop
Class MethodCallMetadata
java.lang.Object
org.objectweb.proactive.core.mop.MethodCallMetadata
- All Implemented Interfaces:
- java.io.Serializable
- public class MethodCallMetadata
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
MethodCallMetadata(boolean runtimeExceptionHandled,
boolean exceptionAsynchronously)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DEFAULT
public static final MethodCallMetadata DEFAULT
- The default parameters, when the exception mechanism is not used.
MethodCallMetadata
public MethodCallMetadata(boolean runtimeExceptionHandled,
boolean exceptionAsynchronously)
- Parameters:
runtimeExceptionHandled
- exceptionAsynchronously
-
isExceptionAsynchronously
public boolean isExceptionAsynchronously()
- Returns:
- Returns the exceptionAsynchronously.
isRuntimeExceptionHandled
public boolean isRuntimeExceptionHandled()
- Returns:
- Returns the runtimeExceptionHandled.
optimize
public static MethodCallMetadata optimize(MethodCallMetadata metadata)
toString
public java.lang.String toString()
Copyright 2001-2005 INRIA All Rights Reserved.