public class BackupManager extends Object implements ActiveMQComponent
| Constructor and Description |
|---|
BackupManager(ActiveMQServer server,
ExecutorFactory executorFactory,
ScheduledExecutorService scheduledExecutor,
NodeManager nodeManager,
Configuration configuration,
ClusterManager clusterManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
activated() |
void |
announceBackup() |
boolean |
isBackupAnnounced() |
boolean |
isStarted() |
void |
start() |
void |
stop() |
public BackupManager(ActiveMQServer server, ExecutorFactory executorFactory, ScheduledExecutorService scheduledExecutor, NodeManager nodeManager, Configuration configuration, ClusterManager clusterManager)
public void start()
throws Exception
start in interface ActiveMQComponentExceptionpublic void stop()
stop in interface ActiveMQComponentpublic void announceBackup()
public void activated()
public boolean isStarted()
isStarted in interface ActiveMQComponentpublic boolean isBackupAnnounced()
Copyright © 2018 JBoss by Red Hat. All rights reserved.