org.objectweb.proactive.core.mop
Class MethodCallMetadata

java.lang.Object
  extended byorg.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

Field Summary
static MethodCallMetadata DEFAULT
          The default parameters, when the exception mechanism is not used.
 
Constructor Summary
MethodCallMetadata(boolean runtimeExceptionHandled, boolean exceptionAsynchronously)
           
 
Method Summary
 boolean isExceptionAsynchronously()
           
 boolean isRuntimeExceptionHandled()
           
static MethodCallMetadata optimize(MethodCallMetadata metadata)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT

public static final MethodCallMetadata DEFAULT
The default parameters, when the exception mechanism is not used.

Constructor Detail

MethodCallMetadata

public MethodCallMetadata(boolean runtimeExceptionHandled,
                          boolean exceptionAsynchronously)
Parameters:
runtimeExceptionHandled -
exceptionAsynchronously -
Method Detail

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.