Uses of Interface
mandala.util.ExceptionHandler

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 Remote.getExceptionHandler()
          Returns the RemoteExceptionHandler which manage network related exceptions.
 ExceptionHandler AbstractRemote.getExceptionHandler()
           
static ExceptionHandler AbstractRemote.getDefaultExceptionHandler()
          Get the DefaultExceptionHandler value.
 

Methods in mandala.jacob.remote with parameters of type ExceptionHandler
 void Remote.setExceptionHandler(ExceptionHandler exceptionHandler)
          Set the RemoteExceptionHandler which manage network related exceptions.
 void AbstractRemote.setExceptionHandler(ExceptionHandler exceptionHandler)
           
static void AbstractRemote.setDefaultExceptionHandler(ExceptionHandler handler)
          Set the DefaultExceptionHandler value.
 

Constructors in mandala.jacob.remote with parameters of type ExceptionHandler
AbstractLocalReferenceRetriever(Object localReference, ExceptionHandler exceptionHandler)
          Creates a new LocalReferenceRetriever.
AbstractRemote(ExceptionHandler exceptionHandler)
          Creates a new AbstractRemote.
 

Uses of ExceptionHandler in mandala.jacob.remote.gpf
 

Fields in mandala.jacob.remote.gpf declared as ExceptionHandler
protected  ExceptionHandler AbstractFutureFactoryWrapper.exceptionHandler
           
 

Constructors in mandala.jacob.remote.gpf with parameters of type ExceptionHandler
RemoteInvocationEventsWaiterProxy(Client client, Exporter exporter, ExceptionHandler exceptionHandler)
           
RemoteMethodResultProxy(Client client, Exporter exporter, ExceptionHandler exceptionHandler)
           
RemoteInvocationObserverProxy(Client client, Exporter exporter, ExceptionHandler exceptionHandler)
           
RemoteResultUpdaterProxy(Client client, Exporter exporter, ExceptionHandler exceptionHandler)
           
RemoteThreadProxy(Client client, Exporter exporter, ExceptionHandler exceptionHandler)
           
RemoteCancelableProxy(Client client, Exporter exporter, ExceptionHandler exceptionHandler)
           
RemoteActiveMapProxy(ActiveMap activeMap, Client client, Exporter exporter, ExceptionHandler exceptionHandler)
           
RemoteMapProxy(Map map, Client client, Exporter exporter, ExceptionHandler exceptionHandler)
           
RemoteMapProxy.RemoteEntryProxy(Client client, Exporter exporter, ExceptionHandler exceptionHandler)
           
RemoteInvocationInfoProxy(Client client, Exporter exporter, ExceptionHandler exceptionHandler)
           
RemoteSetProxy(Set set, Client client, Exporter exporter, ExceptionHandler exceptionHandler)
           
RemoteCollectionProxy(Collection collection, Client client, Exporter exporter, ExceptionHandler exceptionHandler)
           
RemoteIteratorProxy(Client client, Exporter exporter, ExceptionHandler exceptionHandler)
           
AbstractFutureFactoryWrapper(Exporter exporter, ExceptionHandler exceptionHandler, FutureFactory futureFactory)
           
 

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.
 



Mandala help mailing list