Uses of Interface
org.apache.activemq.artemis.core.deployers.Deployable
Packages that use Deployable
Package
Description
-
Uses of Deployable in org.apache.activemq.artemis.core.config
Methods in org.apache.activemq.artemis.core.config with parameters of type DeployableModifier and TypeMethodDescriptionFileDeploymentManager.addDeployable(Deployable deployable) Add aDeployableto be configured -
Uses of Deployable in org.apache.activemq.artemis.core.config.impl
Classes in org.apache.activemq.artemis.core.config.impl that implement DeployableModifier and TypeClassDescriptionfinal classAFileConfigurationreads configuration values from a file.classMethod parameters in org.apache.activemq.artemis.core.config.impl with type arguments of type DeployableModifier 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 Deployable in org.apache.activemq.artemis.core.deployers
Method parameters in org.apache.activemq.artemis.core.deployers with type arguments of type DeployableModifier and TypeMethodDescriptionvoidDeployable.buildService(ActiveMQSecurityManager securityManager, MBeanServer mBeanServer, Map<String, Deployable> deployables, Map<String, ActiveMQComponent> components, ActivateCallback activateCallback) builds the service. -
Uses of Deployable in org.apache.activemq.artemis.jms.server.config.impl
Classes in org.apache.activemq.artemis.jms.server.config.impl that implement DeployableMethod parameters in org.apache.activemq.artemis.jms.server.config.impl with type arguments of type DeployableModifier and TypeMethodDescriptionvoidFileJMSConfiguration.buildService(ActiveMQSecurityManager securityManager, MBeanServer mBeanServer, Map<String, Deployable> deployables, Map<String, ActiveMQComponent> components, ActivateCallback activateCallback)