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

/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/CosTransactions/
H A DSuperiorInfo.java247 void reconstruct(CoordinatorLog log, CoordinatorImpl coord) { method in class:SuperiorInfo
320 // same as reconstruct method: added for delegated recovery support
H A DRegisteredResources.java198 void reconstruct(CoordinatorLog log) { method in class:RegisteredResources
251 "reconstruct"});
311 new java.lang.Object[] {exc.toString(),"reconstruct"});
H A DTransactionState.java411 int reconstruct(CoordinatorLog log) { method in class:TransactionState
438 // Set the state value returned from the reconstruct method
H A DCoordinatorLog.java612 * be recovered. The CoordinatorLog should reconstruct the sequences of
622 private boolean reconstruct( DataInputStream dataInput ) method in class:CoordinatorLog
1291 coordLog.reconstruct(dataInput);
1360 coordLog.reconstruct(dataInput);
H A DTopCoordinator.java429 synchronized void reconstruct(CoordinatorLog log) { method in class:TopCoordinator
453 int state = tranState.reconstruct(log);
470 participants.reconstruct(log);
479 superInfo.reconstruct(log, this);
537 int state = tranState.reconstruct(log);
554 participants.reconstruct(log);

Completed in 88 milliseconds