public interface RemoteExceptionCoordinator
RemoteExceptionListener
and
will perform notifications on demand. This allows
objects which cache remote data to discard it after a remote exception.
This service is available as
Modifier and Type | Method and Description |
---|---|
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) |
void addRemoteExceptionListener(RemoteExceptionListener listener)
void removeRemoteExceptionListener(RemoteExceptionListener listener)
void fireRemoteExceptionDidOccur(java.lang.Object source, java.lang.Throwable exception)