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 RecoveryModulepublic void periodicWorkSecondPass()
periodicWorkSecondPass in interface RecoveryModuleCopyright © 2016 JBoss by Red Hat. All rights reserved.