visad
Interface RemoteReferenceLink
-
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- RemoteReferenceLinkImpl
public interface RemoteReferenceLink extends java.rmi.RemoteRemoteReferenceLink is the interface for links to Remote objects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description 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 reference
-
-
-
Method Detail
-
getRendererClassName
java.lang.String getRendererClassName() throws VisADException, java.rmi.RemoteExceptionreturn the name of the DataRenderer used to render this reference- Throws:
VisADExceptionjava.rmi.RemoteException
-
getReference
RemoteDataReference getReference() throws VisADException, java.rmi.RemoteException
return a reference to the remote Data object- Throws:
VisADExceptionjava.rmi.RemoteException
-
getConstantMapVector
java.util.Vector getConstantMapVector() throws VisADException, java.rmi.RemoteExceptionreturn the list of ConstantMap-s which apply to this Data object- Throws:
VisADExceptionjava.rmi.RemoteException
-
-
DMelt 3.0 © DataMelt by jWork.ORG