Searched refs:temporary (Results 1 - 3 of 3) sorted by relevance

/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/CosTransactions/
H A DSubCoordinator.java111 boolean temporary = false; field in class:SubCoordinator
171 temporary = false;
194 * The temporary subordinate indicator is used for the case where a parent
197 * participants, it is destroyed, along with any temporary ancestors.
201 * @param temporary The temporary flag.
211 boolean temporary, CoordinatorImpl[] ancestors)
249 this.temporary = temporary;
288 // We assume that temporary Coordinator
210 SubCoordinator(GlobalTID globalTID, Coordinator superior, boolean temporary, CoordinatorImpl[] ancestors) argument
[all...]
H A DTopCoordinator.java136 boolean temporary = false; field in class:TopCoordinator
226 temporary = false;
258 * to establish a time-out for the subordinate transaction. The temporary
259 * flag indicates whether the TopCoordinator was created as a temporary
265 * @param temporary The temporary indicator.
274 boolean temporary) throws LogicErrorException {
323 this.temporary = temporary;
361 // We assume that temporary Coordinator
273 TopCoordinator(int timeOut, GlobalTID globalTID, Coordinator superior, boolean temporary) argument
[all...]
H A DControlImpl.java104 protected boolean temporary = false; field in class:ControlImpl

Completed in 17 milliseconds