Uses of Interface
org.apache.activemq.artemis.core.server.ActivateCallback
-
-
Uses of ActivateCallback in org.apache.activemq.artemis.core.config
Methods in org.apache.activemq.artemis.core.config with parameters of type ActivateCallback Modifier and Type Method Description Map<String,ActiveMQComponent>FileDeploymentManager. buildService(ActiveMQSecurityManager securityManager, MBeanServer mBeanServer, ActivateCallback activateCallback) -
Uses of ActivateCallback in org.apache.activemq.artemis.core.config.impl
Methods in org.apache.activemq.artemis.core.config.impl with parameters of type ActivateCallback Modifier and Type Method Description voidFileConfiguration. buildService(ActiveMQSecurityManager securityManager, MBeanServer mBeanServer, Map<String,Deployable> deployables, Map<String,ActiveMQComponent> components, ActivateCallback activateCallback)voidLegacyJMSConfiguration. buildService(ActiveMQSecurityManager securityManager, MBeanServer mBeanServer, Map<String,Deployable> deployables, Map<String,ActiveMQComponent> components, ActivateCallback activateCallback) -
Uses of ActivateCallback in org.apache.activemq.artemis.core.deployers
Methods in org.apache.activemq.artemis.core.deployers with parameters of type ActivateCallback Modifier and Type Method Description voidDeployable. buildService(ActiveMQSecurityManager securityManager, MBeanServer mBeanServer, Map<String,Deployable> deployables, Map<String,ActiveMQComponent> components, ActivateCallback activateCallback) -
Uses of ActivateCallback in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return ActivateCallback Modifier and Type Method Description abstract ActivateCallbackNodeManager. startLiveNode()Methods in org.apache.activemq.artemis.core.server with parameters of type ActivateCallback Modifier and Type Method Description voidActiveMQServer. registerActivateCallback(ActivateCallback callback)voidActiveMQServer. unregisterActivateCallback(ActivateCallback callback) -
Uses of ActivateCallback in org.apache.activemq.artemis.core.server.impl
Classes in org.apache.activemq.artemis.core.server.impl that implement ActivateCallback Modifier and Type Class Description classCleaningActivateCallbackThis is an abstract ActivateCallback that will cleanup itself when the broker is shutodwnMethods in org.apache.activemq.artemis.core.server.impl that return ActivateCallback Modifier and Type Method Description ActivateCallbackFileLockNodeManager. startLiveNode()ActivateCallbackInVMNodeManager. startLiveNode()Methods in org.apache.activemq.artemis.core.server.impl that return types with arguments of type ActivateCallback Modifier and Type Method Description Set<ActivateCallback>ActiveMQServerImpl. getActivateCallbacks()Methods in org.apache.activemq.artemis.core.server.impl with parameters of type ActivateCallback Modifier and Type Method Description voidActiveMQServerImpl. registerActivateCallback(ActivateCallback callback)voidActiveMQServerImpl. unregisterActivateCallback(ActivateCallback callback) -
Uses of ActivateCallback in org.apache.activemq.artemis.core.server.impl.jdbc
Methods in org.apache.activemq.artemis.core.server.impl.jdbc that return ActivateCallback Modifier and Type Method Description ActivateCallbackJdbcNodeManager. startLiveNode()
-