|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExceptionHandler | |
mandala.jacob.remote | This package is dedicated to remote implementation of the active map concept. |
mandala.jacob.remote.gpf | Generic Protocol Framework (GPF) contains classes that may help implementors of new JACOb protocols. |
mandala.util | This package is a util package for anything in Mandala. |
Uses of ExceptionHandler in mandala.jacob.remote |
Fields in mandala.jacob.remote declared as ExceptionHandler | |
protected static ExceptionHandler |
AbstractRemote.defaultExceptionHandler
The exception handler used when none are specified. |
protected ExceptionHandler |
AbstractRemote.exceptionHandler
The ExceptionHandler instance to use when a remote
exception occurs. |
Methods in mandala.jacob.remote that return ExceptionHandler | |
ExceptionHandler |
AbstractRemote.getExceptionHandler()
|
static ExceptionHandler |
AbstractRemote.getDefaultExceptionHandler()
Get the DefaultExceptionHandler value. |
ExceptionHandler |
Remote.getExceptionHandler()
Returns the RemoteExceptionHandler which manage network
related exceptions. |
Methods in mandala.jacob.remote with parameters of type ExceptionHandler | |
void |
AbstractRemote.setExceptionHandler(ExceptionHandler exceptionHandler)
|
static void |
AbstractRemote.setDefaultExceptionHandler(ExceptionHandler handler)
Set the DefaultExceptionHandler value. |
void |
Remote.setExceptionHandler(ExceptionHandler exceptionHandler)
Set the RemoteExceptionHandler which manage network
related exceptions. |
Constructors in mandala.jacob.remote with parameters of type ExceptionHandler | |
AbstractRemote(ExceptionHandler exceptionHandler)
Creates a new AbstractRemote . |
|
AbstractLocalReferenceRetriever(java.lang.Object localReference,
ExceptionHandler exceptionHandler)
Creates a new LocalReferenceRetriever . |
Uses of ExceptionHandler in mandala.jacob.remote.gpf |
Fields in mandala.jacob.remote.gpf declared as ExceptionHandler | |
protected ExceptionHandler |
AbstractFutureFactoryWrapper.exceptionHandler
|
Uses of ExceptionHandler in mandala.util |
Classes in mandala.util that implement ExceptionHandler | |
class |
EmptyExceptionHandler
Empty implementation of the ExceptionHandler interface. |
class |
SyslogExceptionHandler
This implementation of the ExceptionHandler interface is
intended for debugging purpose. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |