jas.jds
Class RemotePlotAccessAdaptor

java.lang.Object
  |
  +--java.rmi.server.RemoteObject
        |
        +--java.rmi.server.RemoteServer
              |
              +--java.rmi.server.UnicastRemoteObject
                    |
                    +--jas.jds.RemotePlotAccessAdaptor
All Implemented Interfaces:
java.rmi.Remote, RemotePlotAccess, java.io.Serializable

public class RemotePlotAccessAdaptor
extends java.rmi.server.UnicastRemoteObject
implements RemotePlotAccess

See Also:
Serialized Form

Fields inherited from class java.rmi.server.RemoteObject
ref
 
Method Summary
 void delete()
           
 double[] getConstraints()
           
 java.rmi.server.RemoteObject getData(int index, RMIDestination dest)
           
 int getNDataSources()
           
 void rename(java.lang.String newName)
           
 
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
 

Method Detail

delete

public void delete()
Specified by:
delete in interface RemotePlotAccess

rename

public void rename(java.lang.String newName)
            throws NamedObject.RenameException
Specified by:
rename in interface RemotePlotAccess

getNDataSources

public int getNDataSources()
Specified by:
getNDataSources in interface RemotePlotAccess

getData

public java.rmi.server.RemoteObject getData(int index,
                                            RMIDestination dest)
                                     throws java.rmi.RemoteException
Specified by:
getData in interface RemotePlotAccess

getConstraints

public double[] getConstraints()
Specified by:
getConstraints in interface RemotePlotAccess