Field Summary |
|
final public static int | KEY_AFTER_BEGIN Denotes an event that happens after a transaction was started. |
final public static int | KEY_AFTER_COMMIT Denotes an event that happens after a transaction was comitted. |
final public static int | KEY_AFTER_OPEN Denotes an event that happens after a broker was opened. |
final public static int | KEY_AFTER_ROLLBACK Denotes an event that happens after a transaction was rolled back. |
final public static int | KEY_BEFORE_BEGIN Denotes an event that happens before a transaction will be started. |
final public static int | KEY_BEFORE_CLOSE Denotes an event that happens before the broker will be closed. |
final public static int | KEY_BEFORE_COMMIT Denotes an event that happens before a transaction will be comitted. |
final public static int | KEY_BEFORE_ROLLBACK Denotes an event that happens before a transaction will be rolled back. |