public class RemoteReferenceLinkImpl extends java.rmi.server.UnicastRemoteObject implements RemoteReferenceLink
| Constructor and Description |
|---|
RemoteReferenceLinkImpl(DataDisplayLink ddl)
create a Remote reference to a DataDisplayLink
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.util.Vector |
getConstantMapVector()
return the list of ConstantMap-s which apply to this Data object
|
RemoteDataReference |
getReference()
return a reference to the remote Data object
|
java.lang.String |
getRendererClassName()
return the name of the DataRenderer used to render this reference
|
java.lang.String |
toString()
return a String representation of the referenced data
|
public RemoteReferenceLinkImpl(DataDisplayLink ddl) throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic java.lang.String getRendererClassName()
throws VisADException,
java.rmi.RemoteException
getRendererClassName in interface RemoteReferenceLinkVisADExceptionjava.rmi.RemoteExceptionpublic RemoteDataReference getReference() throws VisADException, java.rmi.RemoteException
getReference in interface RemoteReferenceLinkVisADExceptionjava.rmi.RemoteExceptionpublic java.util.Vector getConstantMapVector()
throws VisADException,
java.rmi.RemoteException
getConstantMapVector in interface RemoteReferenceLinkVisADExceptionjava.rmi.RemoteExceptionpublic boolean equals(java.lang.Object o)
equals in class java.rmi.server.RemoteObjectpublic java.lang.String toString()
toString in class java.rmi.server.RemoteObject