jas.jds
Class RemotePageAccessAdaptor

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

public class RemotePageAccessAdaptor
extends java.rmi.server.UnicastRemoteObject
implements RemotePageAccess

See Also:
Serialized Form

Fields inherited from class java.rmi.server.RemoteObject
ref
 
Method Summary
 void delete()
           
 int getNPlots()
           
 RemotePlotAccess getPlot(int index, RMIDestination dest)
           
 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 RemotePageAccess

rename

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

getNPlots

public int getNPlots()
Specified by:
getNPlots in interface RemotePageAccess

getPlot

public RemotePlotAccess getPlot(int index,
                                RMIDestination dest)
                         throws java.rmi.RemoteException
Specified by:
getPlot in interface RemotePageAccess