com.sleepycat.db
Class EventType

java.lang.Object
  extended by com.sleepycat.db.EventType

public final class EventType
extends java.lang.Object


Field Summary
static EventType PANIC
           
static EventType REP_CLIENT
           
static EventType REP_MASTER
           
static EventType REP_NEW_MASTER
           
static EventType REP_STARTUPDONE
           
static EventType WRITE_FAILED
           
 
Method Summary
static EventType fromInt(int type)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PANIC

public static final EventType PANIC

REP_CLIENT

public static final EventType REP_CLIENT

REP_MASTER

public static final EventType REP_MASTER

REP_NEW_MASTER

public static final EventType REP_NEW_MASTER

REP_STARTUPDONE

public static final EventType REP_STARTUPDONE

WRITE_FAILED

public static final EventType WRITE_FAILED
Method Detail

fromInt

public static EventType fromInt(int type)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object