org.mule.util.queue.objectstore.xa
Class AbstractTransactionContext

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

Deprecated. this class will be removed in Mule 4.0 in favor of the new queue implementation

@Deprecated
public abstract class AbstractTransactionContext
extends Object


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

Field Detail

id

protected String id
Deprecated. 

timeout

protected long timeout
Deprecated. 

status

protected int status
Deprecated. 

readOnly

protected boolean readOnly
Deprecated. 

suspended

protected boolean suspended
Deprecated. 

finished

protected boolean finished
Deprecated. 
Constructor Detail

AbstractTransactionContext

public AbstractTransactionContext()
Deprecated. 
Method Detail

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object

finalCleanUp

public void finalCleanUp()
                  throws ResourceManagerException
Deprecated. 
Throws:
ResourceManagerException

notifyFinish

public void notifyFinish()
Deprecated. 

doCommit

public abstract void doCommit()
                       throws ResourceManagerException
Deprecated. 
Throws:
ResourceManagerException

doRollback

public abstract void doRollback()
                         throws ResourceManagerException
Deprecated. 
Throws:
ResourceManagerException


Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.