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 |
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 |
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