|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Description of the Transaction State
Field Summary | |
static java.lang.String |
TRANSACTION_STATE
Identifier for the ADL |
Fields inherited from interface org.objectweb.transaction.api.State |
STATE |
Method Summary | |
TransactionStatus |
getStatus()
Returns the status of the transaction |
int |
getTimeout()
Provides the value of the transaction timeout |
void |
setStatus(TransactionStatus status)
Defines the status of the transaction |
void |
setTimeout(int value)
Defines the value of the transaction timeout |
Field Detail |
public static final java.lang.String TRANSACTION_STATE
Method Detail |
public void setStatus(TransactionStatus status)
status
- public TransactionStatus getStatus()
public void setTimeout(int value)
value
- - the value of the tiemout in secondspublic int getTimeout()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |