Uses of Class
org.infinispan.transaction.xa.recovery.InDoubtTxInfoImpl
-
Packages that use InDoubtTxInfoImpl Package Description org.infinispan.transaction.xa.recovery -
-
Uses of InDoubtTxInfoImpl in org.infinispan.transaction.xa.recovery
Methods in org.infinispan.transaction.xa.recovery that return InDoubtTxInfoImpl Modifier and Type Method Description InDoubtTxInfoImpl
InDoubtTxInfoImpl.Externalizer. readObject(ObjectInput input)
Methods in org.infinispan.transaction.xa.recovery that return types with arguments of type InDoubtTxInfoImpl Modifier and Type Method Description Set<Class<? extends InDoubtTxInfoImpl>>
InDoubtTxInfoImpl.Externalizer. getTypeClasses()
Methods in org.infinispan.transaction.xa.recovery with parameters of type InDoubtTxInfoImpl Modifier and Type Method Description void
InDoubtTxInfoImpl.Externalizer. writeObject(ObjectOutput output, InDoubtTxInfoImpl inDoubtTxInfoImpl)
-