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

/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/CosTransactions/
H A DCoordinatorImpl.java43 // Module: CoordinatorImpl.java
79 /**The CoordinatorImpl interface is an extension to the standard Coordinator
97 abstract class CoordinatorImpl extends JCoordinatorPOA implements JCoordinator { class in inherits:JCoordinatorPOA,JCoordinator
153 static Logger _logger = LogDomains.getLogger(CoordinatorImpl.class, LogDomains.TRANSACTION_LOGGER);
231 abstract boolean addChild( CoordinatorImpl child );
237 abstract boolean removeChild( CoordinatorImpl child );
239 /**Direct the CoordinatorImpl to prepare to commit. If there are active
241 * exception. Otherwise the CoordinatorImpl directs all registered Resources to
243 * CoordinatorImpl must guarantee that each Resource object registered with it
258 /**Direct the CoordinatorImpl t
[all...]

Completed in 44 milliseconds