Package io.agroal.narayana
Class ConnectableLocalXAResource
java.lang.Object
io.agroal.narayana.LocalXAResource
io.agroal.narayana.ConnectableLocalXAResource
- All Implemented Interfaces:
XAResource,org.jboss.tm.ConnectableResource,org.jboss.tm.LastResource,org.jboss.tm.XAResourceWrapper
public class ConnectableLocalXAResource
extends LocalXAResource
implements org.jboss.tm.ConnectableResource, org.jboss.tm.LastResource
- Author:
- Luis Barreiro
-
Field Summary
Fields inherited from interface javax.transaction.xa.XAResource
TMENDRSCAN, TMFAIL, TMJOIN, TMNOFLAGS, TMONEPHASE, TMRESUME, TMSTARTRSCAN, TMSUCCESS, TMSUSPEND, XA_OK, XA_RDONLY -
Constructor Summary
ConstructorsConstructorDescriptionConnectableLocalXAResource(TransactionAware transactionAware, String jndiName) -
Method Summary
Methods inherited from class io.agroal.narayana.LocalXAResource
commit, end, forget, getConnection, getJndiName, getProductName, getProductVersion, getResource, getTransactionTimeout, isSameRM, prepare, recover, rollback, setTransactionTimeout, startMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.tm.ConnectableResource
getConnection
-
Constructor Details
-
ConnectableLocalXAResource
-