|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ojb.broker.PBStateEvent.Type
public static class PBStateEvent.Type
Enum-like class for the event types.
| Field Summary | |
|---|---|
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. |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
int |
hashCode()
|
java.lang.String |
toString()
|
int |
typeId()
Returns the type id. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
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
| Method Detail |
|---|
public final boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic final int hashCode()
hashCode in class java.lang.Objectpublic final int typeId()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||