Interface Federation
-
- All Known Subinterfaces:
FederationInternal
- All Known Implementing Classes:
AMQPFederation,AMQPFederationSource,AMQPFederationTarget
public interface FederationBase Federated server connection interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()org.apache.activemq.artemis.core.server.ActiveMQServergetServer()booleanisStarted()
-
-
-
Method Detail
-
getName
String getName()
- Returns:
- the unique name that was assigned to this server federation connector.
-
getServer
org.apache.activemq.artemis.core.server.ActiveMQServer getServer()
- Returns:
- the
ActiveMQServerinstance assigned to thisFederation
-
isStarted
boolean isStarted()
- Returns:
- is this federation instance started (may not be connected yet).
-
-