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, unexportObject
getClientHost, getLog, setLog
public RemoteDisplaySyncImpl(DisplaySyncImpl dpySync) throws RemoteException
DisplaySync
dpySync
- The local DisplaySync
object to adapt.RemoteException
- If there was an RMI-related problem.public void destroy() throws RemoteException
destroy
in interface DisplaySync
RemoteException
public boolean isLocalClear() throws RemoteException
isLocalClear
in interface DisplaySync
RemoteException
public void eventReady(RemoteEventProvider provider, Object key) throws RemoteException, RemoteVisADException
eventReady
in interface MonitorCallback
provider
- 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.