public class RemoteDisplaySyncImpl extends UnicastRemoteObject implements RemoteDisplaySync
RemoteDisplaySyncImpl is the implementation of the VisAD
RemoteDisplaySync class.ref| Constructor and Description |
|---|
RemoteDisplaySyncImpl(DisplaySyncImpl dpySync)
Creates a remotely-accessible wrapper for the specified
DisplaySync |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
void |
eventReady(RemoteEventProvider provider,
Object key)
Notifies remote event consumer that an event is ready.
|
boolean |
isLocalClear() |
clone, exportObject, exportObject, exportObject, unexportObjectgetClientHost, getLog, setLogpublic RemoteDisplaySyncImpl(DisplaySyncImpl dpySync) throws RemoteException
DisplaySyncdpySync - The local DisplaySync object to adapt.RemoteException - If there was an RMI-related problem.public void destroy()
throws RemoteException
destroy in interface DisplaySyncRemoteExceptionpublic boolean isLocalClear()
throws RemoteException
isLocalClear in interface DisplaySyncRemoteExceptionpublic void eventReady(RemoteEventProvider provider, Object key) throws RemoteException, RemoteVisADException
eventReady in interface MonitorCallbackprovider - Object from which event should be fetched.key - Key used to access event.RemoteException - If there was an RMI-related problem.RemoteVisADException - If there was an internal problem.Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.