konark.manager
Class RecoveryHandler

java.lang.Object
  extended bykonark.manager.EventHandler
      extended bykonark.manager.RecoveryHandler
All Implemented Interfaces:
java.io.Serializable

public class RecoveryHandler
extends EventHandler
implements java.io.Serializable

See Also:
Serialized Form

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

Constructor Detail

RecoveryHandler

public RecoveryHandler()
Method Detail

setValues

public void setValues(DBModule dbModule,
                      ajanta.agent.Agent agentRef,
                      java.util.Hashtable seqNumbersHashtable,
                      ConfigManager configManager,
                      EventQueueSync reportedEventList,
                      EventIDGenerator eventIDGenerator)
Overrides:
setValues in class EventHandler

notifyEventPreProcess

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