|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.transaction.lib.transaction.TransactionStatusPreparing
TransactionStatus during the first step of the validation process.
Field Summary | |
static TransactionStatus |
status
Object value for the status Preparing. |
static int |
value
Int value for the status Preparing. |
Fields inherited from interface org.objectweb.transaction.api.transaction.TransactionStatus |
TRANSACTION_STATUS |
Constructor Summary | |
TransactionStatusPreparing()
|
Method Summary | |
int |
getValue()
Provides the int value associated to this event. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int value
public static final TransactionStatus status
Constructor Detail |
public TransactionStatusPreparing()
Method Detail |
public int getValue()
Event
getValue
in interface Event
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 |