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 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
           
 

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



Mandala help mailing list