Uses of Class
com.swiftmq.jms.XidImpl
-
Packages that use XidImpl Package Description com.swiftmq.jms com.swiftmq.jms.smqp.v750 com.swiftmq.jms.v750 com.swiftmq.swiftlet.queue com.swiftmq.swiftlet.store com.swiftmq.swiftlet.xa -
-
Uses of XidImpl in com.swiftmq.jms
Methods in com.swiftmq.jms with parameters of type XidImpl Modifier and Type Method Description voidXACompletionListener. transactionAborted(XidImpl xid)voidXACompletionListener. transactionCommitted(XidImpl xid)voidXACompletionListener. transactionEnded(XidImpl xid)voidXACompletionListener. transactionStarted(XidImpl xid, java.lang.Object session) -
Uses of XidImpl in com.swiftmq.jms.smqp.v750
Methods in com.swiftmq.jms.smqp.v750 that return XidImpl Modifier and Type Method Description XidImplXAResCommitRequest. getXid()XidImplXAResEndRequest. getXid()XidImplXAResForgetRequest. getXid()XidImplXAResPrepareRequest. getXid()XidImplXAResRollbackRequest. getXid()XidImplXAResStartRequest. getXid()Methods in com.swiftmq.jms.smqp.v750 with parameters of type XidImpl Modifier and Type Method Description voidXAResCommitRequest. setXid(XidImpl xid)voidXAResEndRequest. setXid(XidImpl xid)voidXAResForgetRequest. setXid(XidImpl xid)voidXAResPrepareRequest. setXid(XidImpl xid)voidXAResRollbackRequest. setXid(XidImpl xid)voidXAResStartRequest. setXid(XidImpl xid)Constructors in com.swiftmq.jms.smqp.v750 with parameters of type XidImpl Constructor Description XAResCommitRequest(int dispatchId, XidImpl xid, boolean onePhase, boolean retry, java.util.List recoverRequestList)XAResCommitRequest(RequestRetryValidator validator, int dispatchId, XidImpl xid, boolean onePhase, boolean retry, java.util.List recoverRequestList)XAResEndRequest(int dispatchId, XidImpl xid, int flags, boolean retry, java.util.List messages, java.util.List recoverRequestList)XAResEndRequest(RequestRetryValidator validator, int dispatchId, XidImpl xid, int flags, boolean retry, java.util.List messages, java.util.List recoverRequestList)XAResForgetRequest(int dispatchId, XidImpl xid, boolean retry)XAResForgetRequest(RequestRetryValidator validator, int dispatchId, XidImpl xid, boolean retry)XAResPrepareRequest(int dispatchId, XidImpl xid, boolean retry, java.util.List recoverRequestList)XAResPrepareRequest(RequestRetryValidator validator, int dispatchId, XidImpl xid, boolean retry, java.util.List recoverRequestList)XAResRollbackRequest(int dispatchId, XidImpl xid, boolean retry, java.util.List recoverRequestList, int recoveryEpoche)XAResRollbackRequest(RequestRetryValidator validator, int dispatchId, XidImpl xid, boolean retry, java.util.List recoverRequestList, int recoveryEpoche)XAResStartRequest(int dispatchId, XidImpl xid, int flags, boolean retry, java.util.List recoverRequestList)XAResStartRequest(RequestRetryValidator validator, int dispatchId, XidImpl xid, int flags, boolean retry, java.util.List recoverRequestList) -
Uses of XidImpl in com.swiftmq.jms.v750
Methods in com.swiftmq.jms.v750 with parameters of type XidImpl Modifier and Type Method Description voidXARecoverRegistry. addRequest(XidImpl xid, Request request)voidXARecoverRegistry. clear(XidImpl xid)java.util.ListXARecoverRegistry. getRequestList(XidImpl xid) -
Uses of XidImpl in com.swiftmq.swiftlet.queue
Methods in com.swiftmq.swiftlet.queue with parameters of type XidImpl Modifier and Type Method Description abstract voidAbstractQueue. commit(java.lang.Object localtransactionId, XidImpl globalTransactionId)Commits a prepared transaction.voidQueueTransaction. commit(XidImpl globalTransactionId)Commits a prepared transaction and set the transaction state to closed.abstract voidAbstractQueue. prepare(java.lang.Object localtransactionId, XidImpl globalTransactionId)Prepares the transaction with the given transaction id.voidQueueTransaction. prepare(XidImpl globalTransactionId)Prepares the transaction with the given transaction id.abstract voidAbstractQueue. rollback(java.lang.Object transactionId, XidImpl globalTransactionId, boolean setRedelivered)Rolls back the transaction with the given transaction id, eventually prepared under a global transaction id.voidQueuePullTransaction. rollback(XidImpl globalTransactionId, boolean setRedelivered)Rolls back the transaction with the given transaction id, eventually prepared under a global transaction id.voidQueuePushTransaction. rollback(XidImpl globalTransactionId, boolean setRedelivered)Rolls back the transaction with the given transaction id, eventually prepared under a global transaction id.abstract voidQueueTransaction. rollback(XidImpl globalTransactionId, boolean setRedelivered)Rolls back the transaction with the given transaction id, eventually prepared under a global transaction id. -
Uses of XidImpl in com.swiftmq.swiftlet.store
Methods in com.swiftmq.swiftlet.store that return XidImpl Modifier and Type Method Description XidImplPrepareLogRecord. getGlobalTxId()Returns the global tx id.Methods in com.swiftmq.swiftlet.store with parameters of type XidImpl Modifier and Type Method Description voidStoreTransaction. abort(XidImpl globalTxId)Aborts a 2PC transaction.voidStoreTransaction. commit(XidImpl globalTxId)Commits a 2PC transaction.voidStoreTransaction. prepare(XidImpl globalTxId)Prepares a 2PC transaction. -
Uses of XidImpl in com.swiftmq.swiftlet.xa
Methods in com.swiftmq.swiftlet.xa that return XidImpl Modifier and Type Method Description XidImplXAContext. getXid()Returns the Xid.Methods in com.swiftmq.swiftlet.xa with parameters of type XidImpl Modifier and Type Method Description abstract voidXAResourceManagerSwiftlet. addPreparedTransaction(XidImpl xid, java.lang.String queueName, QueueTransaction transaction)Deprecated.Use XAContext in futureabstract voidXAResourceManagerSwiftlet. commit(XidImpl xid)Deprecated.Use XAContext in futureabstract XAContextXAResourceManagerSwiftlet. createXAContext(XidImpl xid)Creates a new XAContext for the given Xid.abstract voidXAResourceManagerSwiftlet. forget(XidImpl xid)Forgets a heuristic completed XA transaction.abstract XAContextXAResourceManagerSwiftlet. getXAContext(XidImpl xid)Returns an existing XAContext for the given Xid.abstract booleanXAResourceManagerSwiftlet. hasPreparedXid(XidImpl xid)Returns whether the Xid is stored.abstract booleanXAResourceManagerSwiftlet. isHeuristicCommit(XidImpl xid)Returns whether the Xid has been committed heuristically.abstract booleanXAResourceManagerSwiftlet. isHeuristicCompleted(XidImpl xid)Returns whether the Xid has been completed heuristically.abstract booleanXAResourceManagerSwiftlet. isHeuristicRollback(XidImpl xid)Returns whether the Xid has been rolled back heuristically.booleanXidFilter. isMatch(XidImpl xid)abstract voidXAResourceManagerSwiftlet. removeXAContext(XidImpl xid)Removes an existing XAContext for the given Xid.abstract voidXAResourceManagerSwiftlet. rollback(XidImpl xid)Deprecated.Use XAContext in future
-