Uses of Class
lime.LimeAgentMgr

Packages that use LimeAgentMgr
lime   
lime.mobileagent.mucode   
 

Uses of LimeAgentMgr in lime
 

Fields in lime declared as LimeAgentMgr
private  LimeAgentMgr StationaryAgent.mgr
          The manager for this agent.
 

Methods in lime that return LimeAgentMgr
 LimeAgentMgr StationaryAgent.getMgr()
          Returns the manager of this agent.
 LimeAgentMgr ILimeAgent.getMgr()
          Returns the manager of this agent.
 

Uses of LimeAgentMgr in lime.mobileagent.mucode
 

Fields in lime.mobileagent.mucode declared as LimeAgentMgr
private  LimeAgentMgr MobileAgent.mgr
           
 

Methods in lime.mobileagent.mucode that return LimeAgentMgr
 LimeAgentMgr MobileAgent.getMgr()
          Returns the LimeAgentMgr object associated to this agent.