public class OutboundBridgeRecoveryManager extends Object implements com.arjuna.ats.arjuna.recovery.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 com.arjuna.ats.arjuna.recovery.RecoveryModule
public void periodicWorkSecondPass()
periodicWorkSecondPass
in interface com.arjuna.ats.arjuna.recovery.RecoveryModule
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.