|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.proactive.core.exceptions.HandlerManager
A manager for NFE.
Field Summary | |
protected static java.util.HashMap |
handlerAssociatedToBodyObject
Store automatic associations between proxy and handler |
protected static java.util.HashMap |
handlerAssociatedToFutureObject
Store automatic associations between proxy and handler |
protected static java.util.HashMap |
handlerAssociatedToProxyObject
Store automatic associations between proxy and handler |
protected static boolean |
isGraph
|
protected static boolean |
isQuiet
|
static org.apache.log4j.Logger |
loggerNFE
|
Constructor Summary | |
HandlerManager()
|
Method Summary | |
protected static void |
clearHandlerPolicy()
Clear handler policy |
static void |
handleWindow(NonFunctionalException nfe,
Handler h,
java.lang.Object info)
Create a graphical windows to display handlers |
static void |
initialize()
Default Constructor for HandlerManager. |
static void |
initialize(java.lang.String XMLdesc)
Construct a new manager with the given handler policy |
static boolean |
isGraph()
|
static java.util.HashMap |
isHandlerAssociatedToBodyObject(java.lang.Object obj)
Search and return the handler that must me automatically associated to the body of active object |
static java.util.HashMap |
isHandlerAssociatedToFutureObject(java.lang.Object obj)
Search and return the handler that must me automatically associated to the future of active object |
static java.util.HashMap |
isHandlerAssociatedToProxyObject(java.lang.Object obj)
Search and return the handler that must me automatically associated to the proxy of active object |
static boolean |
isQuiet()
|
static void |
loadHandlerPolicy(java.lang.String XMLdesc)
Load a handler policy from a file. |
static void |
setGraph(boolean graph)
|
static void |
setQuiet(boolean quiet)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static org.apache.log4j.Logger loggerNFE
protected static boolean isQuiet
protected static boolean isGraph
protected static java.util.HashMap handlerAssociatedToProxyObject
protected static java.util.HashMap handlerAssociatedToBodyObject
protected static java.util.HashMap handlerAssociatedToFutureObject
Constructor Detail |
public HandlerManager()
Method Detail |
public static boolean isGraph()
public static void setGraph(boolean graph)
graph
- The isGraph to set.public static boolean isQuiet()
public static void setQuiet(boolean quiet)
quiet
- The isQuiet to set.public static void handleWindow(NonFunctionalException nfe, Handler h, java.lang.Object info)
public static void initialize()
public static void initialize(java.lang.String XMLdesc)
XMLdesc
- the file that contains the handler policyprotected static void clearHandlerPolicy()
public static void loadHandlerPolicy(java.lang.String XMLdesc)
XMLdesc
- the file that contains the handler policypublic static java.util.HashMap isHandlerAssociatedToBodyObject(java.lang.Object obj)
obj
- is an active objectpublic static java.util.HashMap isHandlerAssociatedToFutureObject(java.lang.Object obj)
obj
- is an active objectpublic static java.util.HashMap isHandlerAssociatedToProxyObject(java.lang.Object obj)
obj
- is an active object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |