|
Message Queue, v4.5.1 API Specification | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.messaging.jms.management.server.TransactionState
public class TransactionState
Class containing constants for transaction states.
Field Summary | |
---|---|
static int |
COMMITTED
Transaction was committed. |
static int |
COMPLETE
Transaction completed. |
static int |
CREATED
Transaction was created. |
static int |
FAILED
Transaction failed. |
static int |
INCOMPLETE
Transaction incomplete. |
static int |
PREPARED
Transaction is in prepared state. |
static int |
ROLLEDBACK
Transaction was rolled back. |
static int |
STARTED
Transaction was started. |
static int |
TIMED_OUT
Transaction timed out. |
static int |
UNKNOWN
Unknown transaction state. |
Method Summary | |
---|---|
static String |
toString(int state)
Returns a string representation of the specified transaction state. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int UNKNOWN
public static final int CREATED
public static final int STARTED
public static final int FAILED
public static final int INCOMPLETE
public static final int COMPLETE
public static final int PREPARED
public static final int COMMITTED
public static final int ROLLEDBACK
public static final int TIMED_OUT
Method Detail |
---|
public static String toString(int state)
state
- Transaction state.
|
Message Queue, v4.5.1 API Specification | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |