charly.client
Class ChGpibClientRepresentation
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
charly.client.ChGpibClientRepresentation
- All Implemented Interfaces:
- ChClientGpib, java.rmi.Remote, java.io.Serializable
- class ChGpibClientRepresentation
- extends java.rmi.server.UnicastRemoteObject
- implements ChClientGpib
This class represents the ChGpibClient
for the server.
It should not be
used by the user of the Charly-API.
Fields inherited from class java.rmi.server.UnicastRemoteObject |
|
Fields inherited from class java.rmi.server.RemoteServer |
|
Fields inherited from class java.rmi.server.RemoteObject |
ref |
Method Summary |
void |
srq(int dvcAddr)
This method is called after an SRQ had occured. |
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 |
intern
ChGpibClientIntern intern
ChGpibClientRepresentation
ChGpibClientRepresentation(ChGpibClientIntern intern)
throws java.rmi.RemoteException
srq
public void srq(int dvcAddr)
- Description copied from interface:
ChClientGpib
- This method is called after an SRQ had occured. The server
determined by a SPOLL the requesting device and
calls this method.
- Specified by:
srq
in interface ChClientGpib