Uses of Class
com.sun.jts.jtsxa.XID
-
Packages that use XID Package Description com.sun.jts.jtsxa -
-
Uses of XID in com.sun.jts.jtsxa
Methods in com.sun.jts.jtsxa that return XID Modifier and Type Method Description static XIDUtility. getXID()Obtain the global transaction identifier for the current transaction.static XIDUtility. getXID(org.omg.CosTransactions.Coordinator coordinator)Obtain the global transaction identifier for the supplied coordinator.Methods in com.sun.jts.jtsxa with parameters of type XID Modifier and Type Method Description voidXID. copy(XID from)Initialize an XID using another XID as the source of data.booleanXID. isEqualGtrid(XID xid)Return whether the Gtrid of this is equal to the Gtrid of xid
-