Class StandaloneHAManager
java.lang.Object
org.apache.activemq.artemis.core.server.cluster.ha.StandaloneHAManager
- All Implemented Interfaces:
ActiveMQComponent,HAManager
This implementation doesn't really do anything at the minute but this may change so I'm leaving it here, Andy...
-
Constructor Details
-
StandaloneHAManager
public StandaloneHAManager()
-
-
Method Details
-
getBackupServers
Description copied from interface:HAManagerreturn the current backup servers- Specified by:
getBackupServersin interfaceHAManager- Returns:
- the backups
-
start
- Specified by:
startin interfaceActiveMQComponent- Throws:
Exception
-
stop
- Specified by:
stopin interfaceActiveMQComponent- Throws:
Exception
-
isStarted
public boolean isStarted()- Specified by:
isStartedin interfaceActiveMQComponent
-