|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Handler | |
org.objectweb.proactive | Provides the main classes for creating active objects and futures. |
org.objectweb.proactive.core.body | Provides all classes used for implementing the active part of an active object. |
org.objectweb.proactive.core.body.future | Provides the definition and implementation of the future object. |
org.objectweb.proactive.core.body.http | HTTP implementation of the remote Body |
org.objectweb.proactive.core.body.ibis | IBIS implementation of the remote Body |
org.objectweb.proactive.core.body.jini | The body of an active object act as a hub of communication with other remote objects. |
org.objectweb.proactive.core.body.proxy | **For internal use only** Defines the proxy associated to any ProActive Stub of an active Object. |
org.objectweb.proactive.core.body.rmi | The body of an active object act as a hub of communication with other remote objects. |
org.objectweb.proactive.core.exceptions | Non functional exceptions. |
org.objectweb.proactive.core.exceptions.handler | Handler interface and basic handlers for Non functional exceptions. |
org.objectweb.proactive.ext.mixedlocation |
Uses of Handler in org.objectweb.proactive |
Methods in org.objectweb.proactive that return Handler | |
static Handler |
ProActive.searchExceptionHandler(NonFunctionalException ex,
java.lang.Object target)
Search an appropriate handler for a given non functional exception. |
static Handler |
ProActive.unsetExceptionHandler(java.lang.Class exception,
int levelID,
java.lang.Object target)
Remove a handler associated to a class of non functional exceptions. |
Methods in org.objectweb.proactive with parameters of type Handler | |
static void |
ProActive.setExceptionHandler(Handler h,
java.lang.Class exception,
int levelID,
java.lang.Object target)
Add one handler of Non Functional Exception (nfe) to a specific level. |
Uses of Handler in org.objectweb.proactive.core.body |
Methods in org.objectweb.proactive.core.body that return Handler | |
Handler |
AbstractBody.unsetExceptionHandler(java.lang.Class exception)
Remove a handler from the table of the Handlerizable Object |
Methods in org.objectweb.proactive.core.body with parameters of type Handler | |
void |
AbstractBody.setExceptionHandler(Handler handler,
java.lang.Class exception)
Set a new handler within the table of the Handlerizable Object |
Uses of Handler in org.objectweb.proactive.core.body.future |
Methods in org.objectweb.proactive.core.body.future that return Handler | |
Handler |
FutureProxy.unsetExceptionHandler(java.lang.Class exception)
Remove a handler from the table of the Handlerizable Object |
Methods in org.objectweb.proactive.core.body.future with parameters of type Handler | |
void |
FutureProxy.setExceptionHandler(Handler handler,
java.lang.Class exception)
Set a new handler within the table of the Handlerizable Object |
Uses of Handler in org.objectweb.proactive.core.body.http |
Methods in org.objectweb.proactive.core.body.http that return Handler | |
Handler |
RemoteBodyAdapter.unsetExceptionHandler(java.lang.Class exception)
|
Handler |
HttpRemoteBodyImpl.unsetExceptionHandler(java.lang.Class exception)
|
Methods in org.objectweb.proactive.core.body.http with parameters of type Handler | |
void |
RemoteBodyAdapter.setExceptionHandler(Handler handler,
java.lang.Class exception)
|
void |
HttpRemoteBodyImpl.setExceptionHandler(Handler handler,
java.lang.Class exception)
|
Uses of Handler in org.objectweb.proactive.core.body.ibis |
Methods in org.objectweb.proactive.core.body.ibis that return Handler | |
Handler |
IbisRemoteBodyAdapter.unsetExceptionHandler(java.lang.Class exception)
Remove a handler from the table of the Handlerizable Object |
Methods in org.objectweb.proactive.core.body.ibis with parameters of type Handler | |
void |
IbisRemoteBodyAdapter.setExceptionHandler(Handler handler,
java.lang.Class exception)
Set a new handler within the table of the Handlerizable Object |
Uses of Handler in org.objectweb.proactive.core.body.jini |
Methods in org.objectweb.proactive.core.body.jini that return Handler | |
Handler |
JiniBodyAdapter.unsetExceptionHandler(java.lang.Class exception)
Remove a handler from the table of the Handlerizable Object |
Methods in org.objectweb.proactive.core.body.jini with parameters of type Handler | |
void |
JiniBodyAdapter.setExceptionHandler(Handler handler,
java.lang.Class exception)
Set a new handler within the table of the Handlerizable Object |
Uses of Handler in org.objectweb.proactive.core.body.proxy |
Methods in org.objectweb.proactive.core.body.proxy that return Handler | |
Handler |
AbstractProxy.unsetExceptionHandler(java.lang.Class exception)
Remove a handler from the table of the Handlerizable Object |
Methods in org.objectweb.proactive.core.body.proxy with parameters of type Handler | |
void |
AbstractProxy.setExceptionHandler(Handler handler,
java.lang.Class exception)
Set a new handler within the table of the Handlerizable Object |
Uses of Handler in org.objectweb.proactive.core.body.rmi |
Methods in org.objectweb.proactive.core.body.rmi that return Handler | |
Handler |
RemoteBodyImpl.unsetExceptionHandler(java.lang.Class exception)
Remove a handler from the table of the Handlerizable Object |
Handler |
RemoteBodyAdapter.unsetExceptionHandler(java.lang.Class exception)
Remove a handler from the table of the Handlerizable Object |
Methods in org.objectweb.proactive.core.body.rmi with parameters of type Handler | |
void |
RemoteBodyImpl.setExceptionHandler(Handler handler,
java.lang.Class exception)
Set a new handler within the table of the Handlerizable Object |
void |
RemoteBodyAdapter.setExceptionHandler(Handler handler,
java.lang.Class exception)
Set a new handler within the table of the Handlerizable Object |
Uses of Handler in org.objectweb.proactive.core.exceptions |
Methods in org.objectweb.proactive.core.exceptions that return Handler | |
Handler |
Handlerizable.unsetExceptionHandler(java.lang.Class exception)
Remove a handler from the table of the Handlerizable Object |
Methods in org.objectweb.proactive.core.exceptions with parameters of type Handler | |
static void |
HandlerManager.handleWindow(NonFunctionalException nfe,
Handler h,
java.lang.Object info)
Create a graphical windows to display handlers |
void |
Handlerizable.setExceptionHandler(Handler handler,
java.lang.Class exception)
Set a new handler within the table of the Handlerizable Object |
Constructors in org.objectweb.proactive.core.exceptions with parameters of type Handler | |
HandlerWindow(NonFunctionalException nfe,
Handler h,
java.lang.Object info)
This is the default constructor |
Uses of Handler in org.objectweb.proactive.core.exceptions.handler |
Classes in org.objectweb.proactive.core.exceptions.handler that implement Handler | |
class |
HandlerCommunicationException
Handle all communication exceptions |
class |
HandlerCreationException
Handle all creation exceptions |
class |
HandlerGroupException
Handle all group exceptions |
class |
HandlerMigrationException
Handle all migration exceptions |
class |
HandlerNonFunctionalException
Handle ProActive exceptions |
class |
HandlerSecurityException
Handle all security exceptions |
class |
HandlerServiceException
Handle all service exceptions |
Uses of Handler in org.objectweb.proactive.ext.mixedlocation |
Methods in org.objectweb.proactive.ext.mixedlocation that return Handler | |
Handler |
UniversalBodyWrapper.unsetExceptionHandler(java.lang.Class exception)
Remove a handler from the table of the Handlerizable Object |
Methods in org.objectweb.proactive.ext.mixedlocation with parameters of type Handler | |
void |
UniversalBodyWrapper.setExceptionHandler(Handler handler,
java.lang.Class exception)
Set a new handler within the table of the Handlerizable Object |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |