jas.jds.interfaces
Interface RemoteHistogramAccess
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- RemoteHistogramAccessAdaptor
- public interface RemoteHistogramAccess
- extends java.rmi.Remote
delete
public void delete()
throws java.rmi.RemoteException
clear
public void clear()
throws java.rmi.RemoteException
rename
public void rename(java.lang.String newName)
throws NamedObject.RenameException,
java.rmi.RemoteException
isClearOnRewind
public boolean isClearOnRewind()
throws java.rmi.RemoteException
canSetClearOnRewind
public boolean canSetClearOnRewind()
throws java.rmi.RemoteException
setClearOnRewind
public void setClearOnRewind(boolean value)
throws java.rmi.RemoteException
getData
public java.rmi.server.RemoteObject getData(RMIDestination dest)
throws java.rmi.RemoteException
getDescription
public java.lang.String getDescription()
throws java.rmi.RemoteException