Searched refs:stacked (Results 1 - 2 of 2) sorted by relevance
/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/CosTransactions/ |
H A D | ControlImpl.java | 111 protected ControlImpl stacked = null; field in class:ControlImpl 252 stacked = null; 346 /**Returns a reference to the stacked ControlImpl if there is one, otherwise 353 * The stacked Control object is removed from the stack. 357 * @return The stacked Control object. 370 // Get the value of the stacked Control object. 371 // Remove the stacked Control object (if any). 373 result = stacked; 374 stacked = null; 382 * If there is already a stacked ControlImp [all...] |
H A D | CurrentTransaction.java | 146 * is stacked behind the given one, which is made the current one. 155 * @param stack Indicates whether the current Control should be stacked. 253 * If the stacking flag is set, and there is an associated Control, the stacked 259 * @param unstack Indicates whether the stacked Control object should be made 276 // to unstack, get the stacked Control, if any. If there is one, set up the 302 // If we were asked to unstack, get the stacked Control, if any. If there 309 ControlImpl stacked = result.popControl(outStatus); 310 if( stacked != null && 313 // XA support: If there is a stacked context, inform all registered 320 statics.distributeStart(stacked,fals [all...] |
Completed in 21 milliseconds