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

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

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

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

Methods in edu.uci.isr.yancees.server with parameters of type NotificationManager
protected  void SubscriptionFacade.setNotificationManger(NotificationManager nm)
          Used by the Yancees Server API
 

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

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

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