public static class PBStateEvent.Type
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static PBStateEvent.Type |
AFTER_BEGIN
Denotes an event that happens after a transaction was started.
|
static PBStateEvent.Type |
AFTER_COMMIT
Denotes an event that happens after a transaction was comitted.
|
static PBStateEvent.Type |
AFTER_OPEN
Denotes an event that happens after a broker was opened.
|
static PBStateEvent.Type |
AFTER_ROLLBACK
Denotes an event that happens after a transaction was rolled back.
|
static PBStateEvent.Type |
BEFORE_BEGIN
Denotes an event that happens before a transaction will be started.
|
static PBStateEvent.Type |
BEFORE_CLOSE
Denotes an event that happens before the broker will be closed.
|
static PBStateEvent.Type |
BEFORE_COMMIT
Denotes an event that happens before a transaction will be comitted.
|
static PBStateEvent.Type |
BEFORE_ROLLBACK
Denotes an event that happens before a transaction will be rolled back.
|
public static final PBStateEvent.Type BEFORE_BEGIN
public static final PBStateEvent.Type AFTER_BEGIN
public static final PBStateEvent.Type BEFORE_COMMIT
public static final PBStateEvent.Type AFTER_COMMIT
public static final PBStateEvent.Type BEFORE_ROLLBACK
public static final PBStateEvent.Type AFTER_ROLLBACK
public static final PBStateEvent.Type AFTER_OPEN
public static final PBStateEvent.Type BEFORE_CLOSE
public final boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public final int hashCode()
hashCode
in class java.lang.Object
public final int typeId()
public java.lang.String toString()
toString
in class java.lang.Object
(C) 2002 - 2005 Apache Software Foundation
All rights reserved. Published under the Apache License 2.0.
http://db.apache.org/ojb
Version: 1.0.4, 2005-12-30