Uses of Interface
org.apache.hivemind.lib.RemoteExceptionListener

Packages that use RemoteExceptionListener
org.apache.hivemind.lib   
org.apache.hivemind.lib.impl   
 

Uses of RemoteExceptionListener in org.apache.hivemind.lib
 

Methods in org.apache.hivemind.lib with parameters of type RemoteExceptionListener
 void RemoteExceptionCoordinator.addRemoteExceptionListener(RemoteExceptionListener listener)
           
 void RemoteExceptionCoordinator.removeRemoteExceptionListener(RemoteExceptionListener listener)
           
 

Uses of RemoteExceptionListener in org.apache.hivemind.lib.impl
 

Classes in org.apache.hivemind.lib.impl that implement RemoteExceptionListener
 class NameLookupImpl
          Standard implementation of the NameLookup service interface.
 

Methods in org.apache.hivemind.lib.impl with parameters of type RemoteExceptionListener
 void RemoteExceptionCoordinatorImpl.addRemoteExceptionListener(RemoteExceptionListener listener)
           
 void RemoteExceptionCoordinatorImpl.removeRemoteExceptionListener(RemoteExceptionListener listener)