public class InboundBridgeRecoveryModule extends Object implements RecoveryModule
Constructor and Description |
---|
InboundBridgeRecoveryModule() |
Modifier and Type | Method and Description |
---|---|
static void |
addRecoveredBridge(InboundBridge bridge)
Adds recovered bridge to recovered bridges map.
|
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 static void addRecoveredBridge(InboundBridge bridge)
bridge
- public void periodicWorkFirstPass()
periodicWorkFirstPass
in interface RecoveryModule
public void periodicWorkSecondPass()
periodicWorkSecondPass
in interface RecoveryModule
Copyright © 2021 JBoss by Red Hat. All rights reserved.