org.apache.geronimo.transaction.manager
Class CommitTask

java.lang.Object
  extended by org.apache.geronimo.transaction.manager.CommitTask
All Implemented Interfaces:
java.lang.Runnable

public class CommitTask
extends java.lang.Object
implements java.lang.Runnable

Version:
$Rev: 1028958 $ $Date: 2010-10-30 08:31:41 +0800 (Sat, 30 Oct 2010) $

Constructor Summary
CommitTask(javax.transaction.xa.Xid xid, java.util.List<org.apache.geronimo.transaction.manager.TransactionImpl.TransactionBranch> rms, java.lang.Object logMark, TransactionManagerImpl txManager)
           
 
Method Summary
 javax.transaction.xa.XAException getCause()
           
 int getStatus()
           
 boolean isEvercommit()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommitTask

public CommitTask(javax.transaction.xa.Xid xid,
                  java.util.List<org.apache.geronimo.transaction.manager.TransactionImpl.TransactionBranch> rms,
                  java.lang.Object logMark,
                  TransactionManagerImpl txManager)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

getCause

public javax.transaction.xa.XAException getCause()

isEvercommit

public boolean isEvercommit()

getStatus

public int getStatus()


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.