edu.uci.isr.yancees.core
Class NotificationManager

java.lang.Object
  extended by edu.uci.isr.yancees.core.AbstractPluginTreeBuilder
      extended by edu.uci.isr.yancees.core.NotificationManager

public class NotificationManager
extends AbstractPluginTreeBuilder

There is only one instance of subscriptionManager per process (core or client)


Field Summary
protected static NotificationManager myInstance
           
static java.lang.String NOTIFICATION_TAG
           
protected  boolean print
           
 
Fields inherited from class edu.uci.isr.yancees.core.AbstractPluginTreeBuilder
plugManager, ROOT_CONTEXT
 
Constructor Summary
protected NotificationManager()
           
 
Method Summary
static NotificationManager getInstance()
          The only way to access the unique instance of ProtocolManager is by using this access method
 
Methods inherited from class edu.uci.isr.yancees.core.AbstractPluginTreeBuilder
parse, parse, setPluginManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

print

protected boolean print

myInstance

protected static NotificationManager myInstance

NOTIFICATION_TAG

public static final java.lang.String NOTIFICATION_TAG
See Also:
Constant Field Values
Constructor Detail

NotificationManager

protected NotificationManager()
Method Detail

getInstance

public static NotificationManager getInstance()
The only way to access the unique instance of ProtocolManager is by using this access method

Returns:
the unique instance of this class.