public final class RecoveryManager extends Object
Constructor and Description |
---|
RecoveryManager() |
Modifier and Type | Method and Description |
---|---|
Set<XARecoveryConfig> |
getResources() |
XARecoveryConfig |
register(ActiveMQConnectionFactory factory,
String userName,
String password,
Map<String,String> properties) |
void |
start(boolean useAutoRecovery) |
void |
stop() |
void |
unRegister(XARecoveryConfig resourceRecovery) |
public void start(boolean useAutoRecovery)
public XARecoveryConfig register(ActiveMQConnectionFactory factory, String userName, String password, Map<String,String> properties)
public void unRegister(XARecoveryConfig resourceRecovery)
public void stop()
public Set<XARecoveryConfig> getResources()
Copyright © 2016 The Apache Software Foundation. All rights reserved.