public class BackupManager extends Object implements HornetQComponent
| Constructor and Description |
|---|
BackupManager(HornetQServer 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(HornetQServer server, ExecutorFactory executorFactory, ScheduledExecutorService scheduledExecutor, NodeManager nodeManager, Configuration configuration, ClusterManager clusterManager)
public void start()
start in interface HornetQComponentpublic void stop()
stop in interface HornetQComponentpublic void announceBackup()
public void activated()
public boolean isStarted()
isStarted in interface HornetQComponentpublic boolean isBackupAnnounced()
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.