Interface Federation
- All Known Implementing Classes:
AMQPFederation, AMQPFederationSource, AMQPFederationTarget
public interface Federation
Base Federated server connection interface.
-
Method Summary
Modifier and TypeMethodDescriptiongetName()Returns the unique name that was assigned to this server federation connector.org.apache.activemq.artemis.core.server.ActiveMQServerReturns theActiveMQServerinstance assigned to thisFederation.booleanReturns is this federation instance started (may not be connected yet).
-
Method Details
-
getName
String getName()Returns the unique name that was assigned to this server federation connector.- Returns:
- the unique name that was assigned to this server federation connector
-
getServer
org.apache.activemq.artemis.core.server.ActiveMQServer getServer()Returns theActiveMQServerinstance assigned to thisFederation.- Returns:
- the
ActiveMQServerinstance assigned to thisFederation
-
isStarted
boolean isStarted()Returns is this federation instance started (may not be connected yet).- Returns:
- is this federation instance started (may not be connected yet)
-