jas.jds.interfaces
Interface RemoteHistogramAccess

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
RemoteHistogramAccessAdaptor

public interface RemoteHistogramAccess
extends java.rmi.Remote


Method Summary
 boolean canSetClearOnRewind()
           
 void clear()
           
 void delete()
           
 java.rmi.server.RemoteObject getData(RMIDestination dest)
           
 java.lang.String getDescription()
           
 boolean isClearOnRewind()
           
 void rename(java.lang.String newName)
           
 void setClearOnRewind(boolean value)
           
 

Method Detail

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