com.sleepycat.db
Class EventHandlerAdapter

java.lang.Object
  extended by com.sleepycat.db.EventHandlerAdapter
All Implemented Interfaces:
EventHandler

public abstract class EventHandlerAdapter
extends java.lang.Object
implements EventHandler


Constructor Summary
EventHandlerAdapter()
           
 
Method Summary
 void handlePanicEvent()
           
 void handleRepClientEvent()
           
 void handleRepElectedEvent()
           
 void handleRepMasterEvent()
           
 void handleRepNewMasterEvent(int envId)
           
 void handleRepPermFailedEvent()
           
 void handleRepStartupDoneEvent()
           
 void handleWriteFailedEvent(int errorCode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventHandlerAdapter

public EventHandlerAdapter()
Method Detail

handlePanicEvent

public void handlePanicEvent()
Specified by:
handlePanicEvent in interface EventHandler

handleRepClientEvent

public void handleRepClientEvent()
Specified by:
handleRepClientEvent in interface EventHandler

handleRepElectedEvent

public void handleRepElectedEvent()
Specified by:
handleRepElectedEvent in interface EventHandler

handleRepMasterEvent

public void handleRepMasterEvent()
Specified by:
handleRepMasterEvent in interface EventHandler

handleRepNewMasterEvent

public void handleRepNewMasterEvent(int envId)
Specified by:
handleRepNewMasterEvent in interface EventHandler

handleRepPermFailedEvent

public void handleRepPermFailedEvent()
Specified by:
handleRepPermFailedEvent in interface EventHandler

handleRepStartupDoneEvent

public void handleRepStartupDoneEvent()
Specified by:
handleRepStartupDoneEvent in interface EventHandler

handleWriteFailedEvent

public void handleWriteFailedEvent(int errorCode)
Specified by:
handleWriteFailedEvent in interface EventHandler