Class ConnectionRouterManager
java.lang.Object
org.apache.activemq.artemis.core.server.routing.ConnectionRouterManager
- All Implemented Interfaces:
ActiveMQComponent
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConnectionRouterManager(Configuration config, ActiveMQServer server, ScheduledExecutorService scheduledExecutor) -
Method Summary
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
-
Field Details
-
CACHE_ID_PREFIX
- See Also:
-
-
Constructor Details
-
ConnectionRouterManager
public ConnectionRouterManager(Configuration config, ActiveMQServer server, ScheduledExecutorService scheduledExecutor)
-
-
Method Details
-
isStarted
public boolean isStarted()- Specified by:
isStartedin interfaceActiveMQComponent
-
deploy
- Throws:
Exception
-
deployConnectionRouter
- Throws:
Exception
-
getRouter
-
start
- Specified by:
startin interfaceActiveMQComponent- Throws:
Exception
-
stop
- Specified by:
stopin interfaceActiveMQComponent- Throws:
Exception
-