|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.commerce.server.TransactionHandle
Transaction handle is returned by the TransactionManager when we calls the begin() method.
Constructor Summary | |
TransactionHandle()
TransactionHandle constructor comment. |
Method Summary | |
boolean |
isTransactionOwner()
Returns true if the handle owner is the transaciton owner. |
void |
setTransactionOwner(boolean owner)
Sets the transaction owner flag. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TransactionHandle()
Method Detail |
public boolean isTransactionOwner()
public void setTransactionOwner(boolean owner)
owner
- boolean - true if this is the transaction owner
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |