Uses of Interface
org.apache.activemq.artemis.core.server.ActivateCallback
Packages that use ActivateCallback
Package
Description
-
Uses of ActivateCallback in org.apache.activemq.artemis.cli.factory
Methods in org.apache.activemq.artemis.cli.factory with parameters of type ActivateCallbackModifier and TypeMethodDescriptionstatic BrokerBrokerFactory.createServer(ServerDTO brokerDTO, ActiveMQSecurityManager security, ActivateCallback activateCallback) BrokerHandler.createServer(ServerDTO brokerDTO, ActiveMQSecurityManager security, ActivateCallback activateCallback) FileBrokerHandler.createServer(ServerDTO brokerDTO, ActiveMQSecurityManager security, ActivateCallback activateCallback) -
Uses of ActivateCallback in org.apache.activemq.artemis.core.config
Methods in org.apache.activemq.artemis.core.config with parameters of type ActivateCallbackModifier and TypeMethodDescriptionFileDeploymentManager.buildService(ActiveMQSecurityManager securityManager, MBeanServer mBeanServer, ActivateCallback activateCallback) Build a set ofActiveMQComponents from theDeployables configured -
Uses of ActivateCallback in org.apache.activemq.artemis.core.config.impl
Methods in org.apache.activemq.artemis.core.config.impl with parameters of type ActivateCallbackModifier and TypeMethodDescriptionvoidFileConfiguration.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 ActivateCallbackModifier and TypeMethodDescriptionvoidDeployable.buildService(ActiveMQSecurityManager securityManager, MBeanServer mBeanServer, Map<String, Deployable> deployables, Map<String, ActiveMQComponent> components, ActivateCallback activateCallback) builds the service. -
Uses of ActivateCallback in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return ActivateCallbackMethods in org.apache.activemq.artemis.core.server with parameters of type ActivateCallbackModifier and TypeMethodDescriptionvoidActiveMQServer.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 ActivateCallbackModifier and TypeClassDescriptionclassThis is an abstract ActivateCallback that will cleanup itself when the broker is shutodwnMethods in org.apache.activemq.artemis.core.server.impl that return ActivateCallbackModifier and TypeMethodDescriptionFileLockNodeManager.startPrimaryNode()InVMNodeManager.startPrimaryNode()Methods in org.apache.activemq.artemis.core.server.impl that return types with arguments of type ActivateCallbackMethods in org.apache.activemq.artemis.core.server.impl with parameters of type ActivateCallbackModifier and TypeMethodDescriptionvoidActiveMQServerImpl.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 -
Uses of ActivateCallback in org.apache.activemq.artemis.integration
Constructors in org.apache.activemq.artemis.integration with parameters of type ActivateCallbackModifierConstructorDescriptionFileBroker(ServerDTO broker, ActiveMQSecurityManager security, ActivateCallback activateCallback) -
Uses of ActivateCallback in org.apache.activemq.artemis.jms.server.config.impl
Methods in org.apache.activemq.artemis.jms.server.config.impl with parameters of type ActivateCallbackModifier and TypeMethodDescriptionvoidFileJMSConfiguration.buildService(ActiveMQSecurityManager securityManager, MBeanServer mBeanServer, Map<String, Deployable> deployables, Map<String, ActiveMQComponent> components, ActivateCallback activateCallback) -
Uses of ActivateCallback in org.apache.activemq.artemis.jms.server.impl
Classes in org.apache.activemq.artemis.jms.server.impl that implement ActivateCallback