org.mule.util.xa
Class AbstractTransactionContext

java.lang.Object
  extended by org.mule.util.xa.AbstractTransactionContext
Direct Known Subclasses:
TransactionalQueueManager.QueueTransactionContext

public abstract class AbstractTransactionContext
extends Object


Field Summary
protected  boolean finished
           
protected  String id
           
protected  boolean readOnly
           
protected  int status
           
protected  boolean suspended
           
protected  long timeout
           
 
Constructor Summary
AbstractTransactionContext()
           
 
Method Summary
 void finalCleanUp()
           
 void notifyFinish()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

protected String id

timeout

protected long timeout

status

protected int status

readOnly

protected boolean readOnly

suspended

protected boolean suspended

finished

protected boolean finished
Constructor Detail

AbstractTransactionContext

public AbstractTransactionContext()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

finalCleanUp

public void finalCleanUp()
                  throws ResourceManagerException
Throws:
ResourceManagerException

notifyFinish

public void notifyFinish()


Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.