|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mule.util.queue.objectstore.xa.AbstractTransactionContext
@Deprecated public abstract class AbstractTransactionContext
| 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 |
|---|
protected String id
protected long timeout
protected int status
protected boolean readOnly
protected boolean suspended
protected boolean finished
| Constructor Detail |
|---|
public AbstractTransactionContext()
| Method Detail |
|---|
public String toString()
toString in class Object
public void finalCleanUp()
throws ResourceManagerException
ResourceManagerExceptionpublic void notifyFinish()
public abstract void doCommit()
throws ResourceManagerException
ResourceManagerException
public abstract void doRollback()
throws ResourceManagerException
ResourceManagerException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||