Font size:
hivemind.lib.RemoteExceptionCoordinator Service
The RemoteExceptionCoordinator is used to propogate notifications of remote exceptions throughout the HiveMind repository. When any individual service encounters a remote exception, it notifies all listeners, who release all remote object proxies.
The service interface, RemoteExceptionCoordinator, allows objects that implement the RemoteExceptionListener interface to be registered for notification, and includes a method for firing notifications.