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()
RecoveryModule
periodicWorkFirstPass
in interface RecoveryModule
public void periodicWorkSecondPass()
RecoveryModule
periodicWorkSecondPass
in interface RecoveryModule
protected void initialise()
Copyright © 2021 JBoss by Red Hat. All rights reserved.