visad
Class RemoteReferenceLinkImpl
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
visad.RemoteReferenceLinkImpl
- All Implemented Interfaces:
- java.io.Serializable, java.rmi.Remote, RemoteReferenceLink
public class RemoteReferenceLinkImpl
- extends java.rmi.server.UnicastRemoteObject
- implements RemoteReferenceLink
RemoteReferenceLinkImpl is the VisAD remote adapter for DataDisplayLink-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 |
getRef, hashCode, toStub |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
RemoteReferenceLinkImpl
public RemoteReferenceLinkImpl(DataDisplayLink ddl)
throws java.rmi.RemoteException
- create a Remote reference to a DataDisplayLink
- Throws:
java.rmi.RemoteException
getRendererClassName
public java.lang.String getRendererClassName()
throws VisADException,
java.rmi.RemoteException
- return the name of the DataRenderer used to render this reference
- Specified by:
getRendererClassName
in interface RemoteReferenceLink
- Throws:
VisADException
java.rmi.RemoteException
getReference
public RemoteDataReference getReference()
throws VisADException,
java.rmi.RemoteException
- return a reference to the remote Data object
- Specified by:
getReference
in interface RemoteReferenceLink
- Throws:
VisADException
java.rmi.RemoteException
getConstantMapVector
public java.util.Vector getConstantMapVector()
throws VisADException,
java.rmi.RemoteException
- return the list of ConstantMap-s which apply to this Data object
- Specified by:
getConstantMapVector
in interface RemoteReferenceLink
- Throws:
VisADException
java.rmi.RemoteException
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.rmi.server.RemoteObject
toString
public java.lang.String toString()
- return a String representation of the referenced data
- Overrides:
toString
in class java.rmi.server.RemoteObject