charly.server
Interface ChServer

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

public interface ChServer
extends java.rmi.Remote


Method Summary
 ChDevice getDevice(java.lang.String name)
          returns the device by its name.
 ChRsrcManager getRsrcMgr()
           
 

Method Detail

getDevice

public ChDevice getDevice(java.lang.String name)
                   throws java.rmi.RemoteException
returns the device by its name.

Throws:
java.rmi.RemoteException

getRsrcMgr

public ChRsrcManager getRsrcMgr()
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException