network.manager
Class SMSRecoveryHandler

java.lang.Object
  extended bynetwork.manager.EventHandler
      extended bynetwork.manager.SMSRecoveryHandler
All Implemented Interfaces:
java.io.Serializable

public class SMSRecoveryHandler
extends EventHandler
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class network.manager.EventHandler
db, defSubObj, host, iAg, mAg
 
Constructor Summary
SMSRecoveryHandler()
           
 
Method Summary
 void notifyEventPreProcess(Event event)
           
 void setValues(DBModule dbModule, ajanta.agent.Agent agentRef, java.util.Hashtable seqNumbersHashtable, ConfigManager configManager, EventQueueSync reportedEventList, java.util.Hashtable listOfEventSubscribers, EventIDGenerator eventIDGenerator)
           
 
Methods inherited from class network.manager.EventHandler
addSubscriberList, notifyEvent, processEvent, setAgentHandle, setAgentHandle, setAgentURN, setValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SMSRecoveryHandler

public SMSRecoveryHandler()
Method Detail

setValues

public void setValues(DBModule dbModule,
                      ajanta.agent.Agent agentRef,
                      java.util.Hashtable seqNumbersHashtable,
                      ConfigManager configManager,
                      EventQueueSync reportedEventList,
                      java.util.Hashtable listOfEventSubscribers,
                      EventIDGenerator eventIDGenerator)

notifyEventPreProcess

public void notifyEventPreProcess(Event event)
Overrides:
notifyEventPreProcess in class EventHandler
Parameters:
event -
Returns: