Uses of Class
org.objectweb.joram.mom.proxies.Xid
-
Packages that use Xid Package Description org.objectweb.joram.mom.proxies Theorg.objectweb.joram.mom.proxiespackage holds the classes implementing the MOM proxy, basically linking external client applications to destination agents. -
-
Uses of Xid in org.objectweb.joram.mom.proxies
Fields in org.objectweb.joram.mom.proxies with type parameters of type Xid Modifier and Type Field Description private Map<Xid,XACnxPrepare>UserAgent. recoveredTransactionsTable holding the recovered transactions branches.private Hashtable<Xid,XACnxPrepare>ClientContext. transactionsTablePrepared transactions objects waiting for commit.Methods in org.objectweb.joram.mom.proxies that return types with arguments of type Xid Modifier and Type Method Description (package private) Hashtable<Xid,XACnxPrepare>ClientContext. getTransactionsTable()(package private) Iterator<Xid>ClientContext. getTxIds()Returns the identifiers of the prepared transactions.
-