Searched refs:ControlImpl (Results 1 - 13 of 13) sorted by relevance

/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/CosTransactions/
H A DCurrentTransaction.java161 static boolean setCurrent( ControlImpl control,
169 ControlImpl current = (ControlImpl)m_tid.get();
266 static ControlImpl endCurrent( boolean unstack ) {
271 ControlImpl result = (ControlImpl)m_tid.get();
309 ControlImpl stacked = result.popControl(outStatus);
348 //ControlImpl result = (ControlImpl) threadContexts.get(thread);
353 private static ControlImpl endAborte
[all...]
H A DCurrentImpl.java163 ControlImpl controlImpl = null;
181 // Get a reference to the current ControlImpl object.
215 controlImpl = ControlImpl.servant(jcontrol);
217 // If there is no local ControlImpl object for the transaction, we create one
221 controlImpl = new ControlImpl(control);
227 // If there is no current ControlImpl object, create a new top-level transaction
232 //$ ControlImpl.report();
268 controlImpl = ControlImpl.servant(jcontrol);
271 // If there is no local ControlImpl object for the transaction, we create one
275 controlImpl = new ControlImpl(contro
[all...]
H A DControlImpl.java43 // Module: ControlImpl.java
80 /**The ControlImpl interface is our implementation of the standard Control
99 public class ControlImpl extends JControlPOA implements Control { class in inherits:JControlPOA,Control
111 protected ControlImpl stacked = null;
127 /**Default ControlImpl constructor.
135 ControlImpl() { method in class:ControlImpl
146 /**Creates and initialises a new ControlImpl, given the TerminatorImpl and
158 ControlImpl( TerminatorImpl term, method in class:ControlImpl
183 /**Creates and initialises a new ControlImpl, given a Control object.
184 * This constructor is used to create a local ControlImpl whe
196 ControlImpl( Control ref ) method in class:ControlImpl
[all...]
H A DRegisteredStatics.java138 void distributeStart(ControlImpl control, boolean begin) {
195 void distributeEnd(ControlImpl control, boolean complete) {
H A DTransactionFactoryImpl.java141 ControlImpl cimpl = localCreate(timeOut);
168 public ControlImpl localCreate(int timeOut) throws SystemException {
189 ControlImpl result = null;
206 // result = new ControlImpl(terminator, coordinator,
209 result = new ControlImpl(terminator, coordinator,
230 ((ControlImpl) result).doFinalize();
433 result = (Control) new ControlImpl(null, subordinate, globalTID,
437 result = new ControlImpl(null, subordinate, globalTID,
517 result = (Control) new ControlImpl(null, subordinate, tid,
521 result = new ControlImpl(nul
[all...]
H A DCoordinatorTerm.java241 ControlImpl current = CurrentTransaction.getCurrent();
242 ControlImpl establishedControl = null;
268 establishedControl = new ControlImpl(null,coordinator,
520 ControlImpl current = null;
H A DTerminatorImpl.java104 ControlImpl control = null;
144 void setControl(ControlImpl control) {
H A DSubCoordinator.java1057 result = new ControlImpl(terminator, child,
H A DTopCoordinator.java1473 result = new ControlImpl(terminator, child,
/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/jta/
H A DTransactionImpl.java49 import com.sun.jts.CosTransactions.ControlImpl;
122 ((ControlImpl) control).get_localTerminator().commit(true);
162 ((ControlImpl) control).get_localTerminator().rollback();
268 status = ((ControlImpl) control).get_localCoordinator().get_status();
343 ((ControlImpl) control).get_localCoordinator().rollback_only();
H A DTransactionState.java56 import com.sun.jts.CosTransactions.ControlImpl;
237 xid = Utility.getXID(((ControlImpl) control).get_localCoordinator());
287 ((ControlImpl) control).get_localCoordinator().register_resource(ref);
433 ((ControlImpl) control).get_localCoordinator().register_synchronization(syncImpl);
H A DTransactionManagerImpl.java560 gtid = ((ControlImpl) control).getGlobalTID();
562 ControlImpl cntrlImpl = ControlImpl.servant(JControlHelper.narrow(control));
/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/utils/RecoveryHooks/
H A DFailureInducer.java50 import com.sun.jts.CosTransactions.ControlImpl;
317 ControlImpl control = CurrentTransaction.getCurrent();

Completed in 37 milliseconds