visad.collab
Class RemoteDisplaySyncImpl
- java.lang.Object
-
- java.rmi.server.RemoteObject
-
- java.rmi.server.RemoteServer
-
- java.rmi.server.UnicastRemoteObject
-
- visad.collab.RemoteDisplaySyncImpl
-
- All Implemented Interfaces:
- java.io.Serializable, java.rmi.Remote, DisplaySync, MonitorCallback, RemoteDisplaySync
public class RemoteDisplaySyncImpl extends java.rmi.server.UnicastRemoteObject implements RemoteDisplaySync
RemoteDisplaySyncImplis the implementation of the VisADRemoteDisplaySyncclass.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description RemoteDisplaySyncImpl(DisplaySyncImpl dpySync)Creates a remotely-accessible wrapper for the specifiedDisplaySync
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voiddestroy()voideventReady(RemoteEventProvider provider, java.lang.Object key)Notifies remote event consumer that an event is ready.booleanisLocalClear()-
Methods inherited from class java.rmi.server.UnicastRemoteObject
clone, exportObject, exportObject, exportObject, unexportObject
-
-
-
-
Constructor Detail
-
RemoteDisplaySyncImpl
public RemoteDisplaySyncImpl(DisplaySyncImpl dpySync) throws java.rmi.RemoteException
Creates a remotely-accessible wrapper for the specifiedDisplaySync- Parameters:
dpySync- The localDisplaySyncobject to adapt.- Throws:
java.rmi.RemoteException- If there was an RMI-related problem.
-
-
Method Detail
-
destroy
public void destroy() throws java.rmi.RemoteException- Specified by:
destroyin interfaceDisplaySync- Throws:
java.rmi.RemoteException
-
isLocalClear
public boolean isLocalClear() throws java.rmi.RemoteException- Specified by:
isLocalClearin interfaceDisplaySync- Throws:
java.rmi.RemoteException
-
eventReady
public void eventReady(RemoteEventProvider provider, java.lang.Object key) throws java.rmi.RemoteException, RemoteVisADException
Notifies remote event consumer that an event is ready.- Specified by:
eventReadyin interfaceMonitorCallback- Parameters:
provider- Object from which event should be fetched.key- Key used to access event.- Throws:
java.rmi.RemoteException- If there was an RMI-related problem.RemoteVisADException- If there was an internal problem.
-
-
DMelt 3.0 © DataMelt by jWork.ORG