Uses of Class
org.infinispan.commons.tx.XidImpl
-
Packages that use XidImpl Package Description org.infinispan.client.hotrod.transaction.manager org.infinispan.commons.tx -
-
Uses of XidImpl in org.infinispan.client.hotrod.transaction.manager
Subclasses of XidImpl in org.infinispan.client.hotrod.transaction.manager Modifier and Type Class Description class
RemoteXid
Implementation ofXid
used byRemoteTransactionManager
. -
Uses of XidImpl in org.infinispan.commons.tx
Fields in org.infinispan.commons.tx with type parameters of type XidImpl Modifier and Type Field Description static AdvancedExternalizer<XidImpl>
XidImpl. EXTERNALIZER
Methods in org.infinispan.commons.tx that return XidImpl Modifier and Type Method Description static XidImpl
XidImpl. copy(Xid externalXid)
static XidImpl
XidImpl. create(int formatId, byte[] globalTransactionId, byte[] branchQualifier)
static XidImpl
XidImpl. readFrom(ObjectInput input)
Methods in org.infinispan.commons.tx with parameters of type XidImpl Modifier and Type Method Description static void
XidImpl. writeTo(ObjectOutput output, XidImpl xid)
-