Uses of Class
edu.uci.isr.yancees.core.NotificationManager

Packages that use NotificationManager
edu.uci.isr.yancees   
edu.uci.isr.yancees.core   
 

Uses of NotificationManager in edu.uci.isr.yancees
 

Methods in edu.uci.isr.yancees that return NotificationManager
 NotificationManager ArchitectureManager.getNotificationManager()
           
 

Methods in edu.uci.isr.yancees with parameters of type NotificationManager
protected  void SubscriptionFacade.setNotificationManger(NotificationManager nm)
          Used by the Yancees façade, during bootstrap, to register a notification manager component
 

Uses of NotificationManager in edu.uci.isr.yancees.core
 

Fields in edu.uci.isr.yancees.core declared as NotificationManager
protected static NotificationManager NotificationManager.myInstance
           
 

Methods in edu.uci.isr.yancees.core that return NotificationManager
static NotificationManager NotificationManager.getInstance()
          The only way to access the unique instance of ProtocolManager is by using this access method