Searched defs:CoordinatorTerm (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/CosTransactions/
H A DCoordinatorTerm.java43 // Module: CoordinatorTerm.java
75 /**The CoordinatorTerm interface provides operations that allow an
92 class CoordinatorTerm implements CompletionHandler { class in inherits:CompletionHandler
104 static Logger _logger = LogDomains.getLogger(CoordinatorTerm.class, LogDomains.TRANSACTION_LOGGER);
106 /**Default CoordinatorTerm constructor.
114 CoordinatorTerm() { method in class:CoordinatorTerm
119 * Sets up the CoordinatorTerm with the Coordinator reference so that the
120 * CoordinatorTerm can find the Coordinator to pass on the two-phase commit
123 * A flag is passed to indicate whether the CoordinatorTerm
133 CoordinatorTerm( CoordinatorImp method in class:CoordinatorTerm
[all...]

Completed in 93 milliseconds