org.apache.hivemind.lib.impl
Class RemoteExceptionCoordinatorImpl

java.lang.Object
  extended by org.apache.hivemind.lib.impl.RemoteExceptionCoordinatorImpl
All Implemented Interfaces:
RemoteExceptionCoordinator

public class RemoteExceptionCoordinatorImpl
extends java.lang.Object
implements RemoteExceptionCoordinator

Core implementation of RemoteExceptionCoordinator.

Author:
Howard Lewis Ship

Constructor Summary
RemoteExceptionCoordinatorImpl()
           
 
Method Summary
 void addRemoteExceptionListener(RemoteExceptionListener listener)
           
 void fireRemoteExceptionDidOccur(java.lang.Object source, java.lang.Throwable exception)
          Invoked by an object which has caught a remote exception of some form.
 void removeRemoteExceptionListener(RemoteExceptionListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteExceptionCoordinatorImpl

public RemoteExceptionCoordinatorImpl()
Method Detail

addRemoteExceptionListener

public void addRemoteExceptionListener(RemoteExceptionListener listener)
Specified by:
addRemoteExceptionListener in interface RemoteExceptionCoordinator

removeRemoteExceptionListener

public void removeRemoteExceptionListener(RemoteExceptionListener listener)
Specified by:
removeRemoteExceptionListener in interface RemoteExceptionCoordinator

fireRemoteExceptionDidOccur

public void fireRemoteExceptionDidOccur(java.lang.Object source,
                                        java.lang.Throwable exception)
Description copied from interface: RemoteExceptionCoordinator
Invoked by an object which has caught a remote exception of some form.

Specified by:
fireRemoteExceptionDidOccur in interface RemoteExceptionCoordinator