visad
Class RemoteCellImpl
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
visad.RemoteActionImpl
visad.RemoteCellImpl
- All Implemented Interfaces:
- java.io.Serializable, java.rmi.Remote, java.util.EventListener, Action, Cell, RemoteAction, RemoteCell, ThingChangedListener
public class RemoteCellImpl
- extends RemoteActionImpl
- implements RemoteCell
RemoteCellImpl is the VisAD class for remote access to
Cell-s.
- See Also:
- Serialized Form
Fields inherited from class java.rmi.server.RemoteObject |
ref |
Methods inherited from class java.rmi.server.UnicastRemoteObject |
clone, exportObject, exportObject, exportObject, unexportObject |
Methods inherited from class java.rmi.server.RemoteServer |
getClientHost, getLog, setLog |
Methods inherited from class java.rmi.server.RemoteObject |
equals, getRef, hashCode, toString, toStub |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
RemoteCellImpl
public RemoteCellImpl(CellImpl d)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
setOtherReference
public void setOtherReference(int index,
DataReference ref)
throws VisADException,
java.rmi.RemoteException
- create link to an output DataReference
- Specified by:
setOtherReference
in interface Cell
- Throws:
VisADException
java.rmi.RemoteException
getOtherReference
public DataReference getOtherReference(int index)
throws VisADException,
java.rmi.RemoteException
- get link to an output DataReference
- Specified by:
getOtherReference
in interface Cell
- Throws:
VisADException
java.rmi.RemoteException