Class FederationManager
java.lang.Object
org.apache.activemq.artemis.core.server.federation.FederationManager
- All Implemented Interfaces:
ActiveMQComponent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeploy()booleandeploy(FederationConfiguration federationConfiguration) booleanvoidregister(FederatedAbstract federatedAbstract) voidstart()voidstop()booleanvoidunregister(FederatedAbstract federatedAbstract) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.activemq.artemis.core.server.ActiveMQComponent
asyncStop
-
Constructor Details
-
FederationManager
-
-
Method Details
-
start
- Specified by:
startin interfaceActiveMQComponent- Throws:
ActiveMQException
-
stop
public void stop()- Specified by:
stopin interfaceActiveMQComponent
-
isStarted
public boolean isStarted()- Specified by:
isStartedin interfaceActiveMQComponent
-
deploy
- Throws:
ActiveMQException
-
undeploy
-
deploy
- Throws:
ActiveMQException
-
get
-
register
-
unregister
-