Uses of Class
com.sun.jts.CosTransactions.GlobalTID
-
Packages that use GlobalTID Package Description com.sun.jts.CosTransactions com.sun.jts.jta com.sun.jts.utils.RecoveryHooks -
-
Uses of GlobalTID in com.sun.jts.CosTransactions
Fields in com.sun.jts.CosTransactions declared as GlobalTID Modifier and Type Field Description protected GlobalTIDControlImpl. globalTIDMethods in com.sun.jts.CosTransactions that return GlobalTID Modifier and Type Method Description GlobalTIDTopCoordinator. getGlobalTid()GlobalTIDControlImpl. getGlobalTID()Returns the identifier that globally represents the transactionMethods in com.sun.jts.CosTransactions with parameters of type GlobalTID Modifier and Type Method Description static voidCurrentTransaction. recreate(GlobalTID tid, int timeout)Recreates a transaction based on the information contained in the transaction id (tid) and associates the current thread of control with the recreated transaction.static voidCurrentTransaction. release(GlobalTID tid)Disassociates the current thread of control from the specified transaction. -
Uses of GlobalTID in com.sun.jts.jta
Constructors in com.sun.jts.jta with parameters of type GlobalTID Constructor Description TransactionImpl(org.omg.CosTransactions.Control control, GlobalTID gtid)TransactionState(GlobalTID gtid, TransactionImpl tran) -
Uses of GlobalTID in com.sun.jts.utils.RecoveryHooks
Methods in com.sun.jts.utils.RecoveryHooks with parameters of type GlobalTID Modifier and Type Method Description static voidFailureInducer. waitForFailure(GlobalTID gtid, Integer failPoint)This method is called by the coordinator at every valid failure point.
-