|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for handlers of Non Functional Exceptions
Field Summary | |
static int |
ID_activeObjectLevel
Remote and Mobile Object level gives the opportunity to associated more specific handlers to remote objects. |
static int |
ID_codeLevel
Code level allows temporary handlers in the code. |
static int |
ID_defaultLevel
Default level is static and initialized in core of applications. |
static int |
ID_futureLevel
Future level is highly used with asynchronous remote method calls. |
static int |
ID_proxyLevel
Proxy level is used to define reliable strategies for references to active objects. |
static int |
ID_VMLevel
Virtual Machine level is the first level created dynamcally. |
Method Summary | |
void |
handle(NonFunctionalException e)
Provide a treatment for the handled exception(s) |
boolean |
isHandling(NonFunctionalException e)
Is the exception reliable for the handler ? |
Field Detail |
public static final int ID_defaultLevel
public static final int ID_VMLevel
public static final int ID_activeObjectLevel
public static final int ID_proxyLevel
public static final int ID_futureLevel
public static final int ID_codeLevel
Method Detail |
public boolean isHandling(NonFunctionalException e)
e
- The exception checked for handler reliabilitypublic void handle(NonFunctionalException e)
e
- The exception to be handled
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |