Uses of Interface
charly.server.resources.ChRsrcManager

Packages that use ChRsrcManager
charly.client.monitor   
charly.server   
charly.server.resources   
 

Uses of ChRsrcManager in charly.client.monitor
 

Fields in charly.client.monitor declared as ChRsrcManager
protected  ChRsrcManager ChMonitor.rsrcMgr
           
 

Uses of ChRsrcManager in charly.server
 

Fields in charly.server declared as ChRsrcManager
(package private)  ChRsrcManager ChServerImpl.rsrcMgr
           
 

Methods in charly.server that return ChRsrcManager
 ChRsrcManager ChServer.getRsrcMgr()
           
 ChRsrcManager ChServerImpl.getRsrcMgr()
          initializes the internal ChRsrcManager, if not already done.
 

Methods in charly.server with parameters of type ChRsrcManager
 void ChServerImpl.setRsrcMgr(ChRsrcManager rsrcMgr)
           
 

Uses of ChRsrcManager in charly.server.resources
 

Classes in charly.server.resources that implement ChRsrcManager
 class ChRsrcManagerImpl
          Objects of this class manage the ressources available on a server.