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

/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/enterprise/transaction/jts/recovery/
H A DRecoveryLockFile.java75 * - "B" means recovered BY the specified instance
89 private final static String BY = "B"; field in class:RecoveryLockFile
157 return isRecovering(logDir, instance, timestamp, BY);
172 while (isRecovering(logPath, instance, timestamp, BY)) {
207 doneRecovering(logDir, null, BY);
215 return isRecovering(log_path, instance_name, 0L, BY);
286 doneRecovering(logPath, instance_name, BY);
367 doneRecovering(log_path, null, BY);
381 registerRecovery(logPath, instance_name, BY);

Completed in 1755 milliseconds