public class OutboundBridgeRecoveryManager extends Object implements RecoveryModule
Constructor and Description |
---|
OutboundBridgeRecoveryManager() |
Modifier and Type | Method and Description |
---|---|
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
|
void |
start()
MC lifecycle callback, used to register components with the recovery manager.
|
void |
stop()
MC lifecycle callback, used to unregister components from the recovery manager.
|
public void start()
public void stop()
public void periodicWorkFirstPass()
periodicWorkFirstPass
in interface RecoveryModule
public void periodicWorkSecondPass()
periodicWorkSecondPass
in interface RecoveryModule
Copyright © 2021 JBoss by Red Hat. All rights reserved.