Class XAContextImpl
java.lang.Object
com.swiftmq.impl.xa.standard.XAContextImpl
- All Implemented Interfaces:
com.swiftmq.swiftlet.xa.XAContext
- Direct Known Subclasses:
XALiveContextImpl, XARecoveryContextImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.swiftmq.jms.XidImplgetXid()protected static intincCount()booleanprotected voidvoidsetRecovered(boolean recovered) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.swiftmq.swiftlet.xa.XAContext
addTransaction, close, commit, isPrepared, prepare, register, rollback, setPrepared, unregister
-
Constructor Details
-
XAContextImpl
-
-
Method Details
-
incCount
protected static int incCount() -
removeUsageEntity
protected void removeUsageEntity() -
setRecovered
public void setRecovered(boolean recovered) -
isRecovered
public boolean isRecovered()- Specified by:
isRecoveredin interfacecom.swiftmq.swiftlet.xa.XAContext
-
getXid
public com.swiftmq.jms.XidImpl getXid()- Specified by:
getXidin interfacecom.swiftmq.swiftlet.xa.XAContext
-