Berkeley DB
version 4.5.20

Uses of Class
com.sleepycat.db.EventType

Packages that use EventType
com.sleepycat.db Berkeley DB Java API
[reference guide] [Java programming notes]
 

Uses of EventType in com.sleepycat.db
 

Fields in com.sleepycat.db declared as EventType
static EventType EventType.PANIC
          The event is a Database panic.
static EventType EventType.REP_CLIENT
          The event is a replication client message, meaning that the current site is now a client in the replication group.
static EventType EventType.REP_MASTER
          The event is a replication master message, meaning that the current site is now the master in the replication group.
static EventType EventType.REP_NEW_MASTER
          The event is a replication new master message.
 

Methods in com.sleepycat.db that return EventType
static EventType EventType.fromInt(int type)
          Internal: this is public only so it can be called from an internal package.
 

Methods in com.sleepycat.db with parameters of type EventType
 int EventHandler.handleEvent(EventType event)
          A callback function to be called when an event is sent from the Berkeley DB library.
 


Berkeley DB
version 4.5.20

Copyright(c) 1996-2006 Oracle Corporation - All rights reserved.