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
-
-
Constructor Summary
Constructors Constructor and Description RemoteReferenceLinkImpl(DataDisplayLink ddl)create a Remote reference to a DataDisplayLink
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description booleanequals(java.lang.Object o)java.util.VectorgetConstantMapVector()return the list of ConstantMap-s which apply to this Data objectRemoteDataReferencegetReference()return a reference to the remote Data objectjava.lang.StringgetRendererClassName()return the name of the DataRenderer used to render this referencejava.lang.StringtoString()return a String representation of the referenced data
-
-
-
Constructor Detail
-
RemoteReferenceLinkImpl
public RemoteReferenceLinkImpl(DataDisplayLink ddl) throws java.rmi.RemoteException
create a Remote reference to a DataDisplayLink- Throws:
java.rmi.RemoteException
-
-
Method Detail
-
getRendererClassName
public java.lang.String getRendererClassName() throws VisADException, java.rmi.RemoteExceptionreturn the name of the DataRenderer used to render this reference- Specified by:
getRendererClassNamein interfaceRemoteReferenceLink- Throws:
VisADExceptionjava.rmi.RemoteException
-
getReference
public RemoteDataReference getReference() throws VisADException, java.rmi.RemoteException
return a reference to the remote Data object- Specified by:
getReferencein interfaceRemoteReferenceLink- Throws:
VisADExceptionjava.rmi.RemoteException
-
getConstantMapVector
public java.util.Vector getConstantMapVector() throws VisADException, java.rmi.RemoteExceptionreturn the list of ConstantMap-s which apply to this Data object- Specified by:
getConstantMapVectorin interfaceRemoteReferenceLink- Throws:
VisADExceptionjava.rmi.RemoteException
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.rmi.server.RemoteObject
-
toString
public java.lang.String toString()
return a String representation of the referenced data- Overrides:
toStringin classjava.rmi.server.RemoteObject
-
-
DMelt 3.0 © DataMelt by jWork.ORG