org.objectweb.proactive.core.exceptions.manager
Class ExceptionHandler

java.lang.Object
  extended byorg.objectweb.proactive.core.exceptions.manager.ExceptionHandler

public class ExceptionHandler
extends java.lang.Object


Constructor Summary
ExceptionHandler()
           
 
Method Summary
static void addRequest(MethodCall methodCall, FutureProxy future)
           
static void addResult(FutureProxy future)
           
static void endTryWithCatch()
           
static MethodCallMetadata getMetadataForCall(java.lang.reflect.Method m)
           
static void removeTryWithCatch()
           
static void throwArrivedException()
           
static void throwException(java.lang.Throwable exception)
           
static void tryWithCatch(java.lang.Class[] exceptions)
           
static void waitForPotentialException()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionHandler

public ExceptionHandler()
Method Detail

tryWithCatch

public static void tryWithCatch(java.lang.Class[] exceptions)

throwArrivedException

public static void throwArrivedException()

waitForPotentialException

public static void waitForPotentialException()

endTryWithCatch

public static void endTryWithCatch()

removeTryWithCatch

public static void removeTryWithCatch()

addRequest

public static void addRequest(MethodCall methodCall,
                              FutureProxy future)

addResult

public static void addResult(FutureProxy future)

getMetadataForCall

public static MethodCallMetadata getMetadataForCall(java.lang.reflect.Method m)

throwException

public static void throwException(java.lang.Throwable exception)


Copyright 2001-2005 INRIA All Rights Reserved.