Uses of Class
lime.LimeTSMgr

Packages that use LimeTSMgr
lime   
 

Uses of LimeTSMgr in lime
 

Subclasses of LimeTSMgr in lime
(package private)  class LimeSystemTSMgr
          Manages the Lime System Tuple Space.
 

Fields in lime declared as LimeTSMgr
(package private)  LimeTSMgr UponMgr.ltsm
          It is going to be null if this is the UponMgr for a private LTS.
(package private)  LimeTSMgr RemoteUponListener.ltsm
           
(package private)  LimeTSMgr LimeTupleSpace.mgr
           
 

Constructors in lime with parameters of type LimeTSMgr
UponMgr(Reactor reactor, LimeTSMgr ltsm)
           
RemoteUponListener(LimeTSMgr ltsm, long seqNum, AgentID subscriber)