public class TORecoveryModule extends Object implements RecoveryModule
| Constructor and Description |
|---|
TORecoveryModule()
Create the module to scan in the default location for object states.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
initialise()
Set-up routine.
|
void |
periodicWorkFirstPass()
Called by the RecoveryManager at start up, and then
PERIODIC_RECOVERY_PERIOD seconds after the completion, for all RecoveryModules,
of the second pass
|
void |
periodicWorkSecondPass()
Called by the RecoveryManager RECOVERY_BACKOFF_PERIOD seconds
after the completion of the first pass
|
public TORecoveryModule()
public void periodicWorkFirstPass()
RecoveryModuleperiodicWorkFirstPass in interface RecoveryModulepublic void periodicWorkSecondPass()
RecoveryModuleperiodicWorkSecondPass in interface RecoveryModuleprotected void initialise()
Copyright © 2013. All rights reserved.