jas.jds.interfaces
Interface RemotePageAccess
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- RemotePageAccessAdaptor
- public interface RemotePageAccess
- extends java.rmi.Remote
delete
public void delete()
throws java.rmi.RemoteException
rename
public void rename(java.lang.String newName)
throws NamedObject.RenameException,
java.rmi.RemoteException
getNPlots
public int getNPlots()
throws java.rmi.RemoteException
getPlot
public RemotePlotAccess getPlot(int index,
RMIDestination dest)
throws java.rmi.RemoteException