charly.server.devices
Interface ChDevice

All Known Subinterfaces:
ChGpibDevice, ChRobDevice
All Known Implementing Classes:
ChGpibDeviceImpl, ChRobDeviceImpl

public interface ChDevice


Method Summary
 java.lang.String getName()
           
 void setRsrcMgr(ChRsrcManagerImpl rsrcMgr)
          is called immediately after the constructor
 

Method Detail

getName

public java.lang.String getName()
                         throws java.rmi.RemoteException
Returns:
Name des Devices, z.B. "GPIB" oder "SYSTEM"
Throws:
java.rmi.RemoteException

setRsrcMgr

public void setRsrcMgr(ChRsrcManagerImpl rsrcMgr)
                throws java.rmi.RemoteException
is called immediately after the constructor

Throws:
java.rmi.RemoteException