com.ibm.commerce.server
Class TransactionHandle

java.lang.Object
  |
  +--com.ibm.commerce.server.TransactionHandle

public class TransactionHandle
extends java.lang.Object

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

TransactionHandle

public TransactionHandle()
TransactionHandle constructor comment.
Method Detail

isTransactionOwner

public boolean isTransactionOwner()
Returns true if the handle owner is the transaciton owner.

Returns:
boolean

setTransactionOwner

public void setTransactionOwner(boolean owner)
Sets the transaction owner flag.

Parameters:
owner - boolean - true if this is the transaction owner