Class RecoveryManager
- java.lang.Object
-
- org.apache.activemq.artemis.ra.recovery.RecoveryManager
-
public final class RecoveryManager extends Object
-
-
Constructor Summary
Constructors Constructor Description RecoveryManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<XARecoveryConfig>getResources()XARecoveryConfigregister(ActiveMQConnectionFactory factory, String userName, String password, Map<String,String> properties)voidstart(boolean useAutoRecovery)voidstop()voidunRegister(XARecoveryConfig resourceRecovery)
-
-
-
Method Detail
-
start
public void start(boolean useAutoRecovery)
-
register
public XARecoveryConfig register(ActiveMQConnectionFactory factory, String userName, String password, Map<String,String> properties)
-
unRegister
public void unRegister(XARecoveryConfig resourceRecovery)
-
stop
public void stop()
-
getResources
public Set<XARecoveryConfig> getResources()
-
-