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 ActiveMQComponent
Exception
public void stop()
stop
in interface ActiveMQComponent
public void announceBackup()
public void activated()
public boolean isStarted()
isStarted
in interface ActiveMQComponent
public boolean isBackupAnnounced()
Copyright © 2019 JBoss by Red Hat. All rights reserved.