Uses of Class
context.arch.enactor.EnactorSubscriptionManager

Packages that use EnactorSubscriptionManager
context.arch.enactor   
 

Uses of EnactorSubscriptionManager in context.arch.enactor
 

Fields in context.arch.enactor declared as EnactorSubscriptionManager
protected  EnactorSubscriptionManager Enactor.subscriptionManager
           
 

Methods in context.arch.enactor that return EnactorSubscriptionManager
 EnactorSubscriptionManager Enactor.getSubscriptionManager()
           
 

Methods in context.arch.enactor with parameters of type EnactorSubscriptionManager
protected  void Enactor.setSubscriptionManager(EnactorSubscriptionManager sm)