jas.jds
Class RemoteHistogramAccessAdaptor

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

public class RemoteHistogramAccessAdaptor
extends java.rmi.server.UnicastRemoteObject
implements RemoteHistogramAccess

See Also:
Serialized Form

Fields inherited from class java.rmi.server.RemoteObject
ref
 
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)
           
 
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 RemoteHistogramAccess

clear

public void clear()
Specified by:
clear in interface RemoteHistogramAccess

rename

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

isClearOnRewind

public boolean isClearOnRewind()
Specified by:
isClearOnRewind in interface RemoteHistogramAccess

canSetClearOnRewind

public boolean canSetClearOnRewind()
Specified by:
canSetClearOnRewind in interface RemoteHistogramAccess

setClearOnRewind

public void setClearOnRewind(boolean value)
Specified by:
setClearOnRewind in interface RemoteHistogramAccess

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface RemoteHistogramAccess

getData

public java.rmi.server.RemoteObject getData(RMIDestination dest)
                                     throws java.rmi.RemoteException
Specified by:
getData in interface RemoteHistogramAccess