Uses of Interface
org.apache.activemq.artemis.core.deployers.Deployable
-
-
Uses of Deployable in org.apache.activemq.artemis.core.config
Methods in org.apache.activemq.artemis.core.config with parameters of type Deployable Modifier and Type Method Description FileDeploymentManagerFileDeploymentManager. addDeployable(Deployable deployable) -
Uses of Deployable in org.apache.activemq.artemis.core.config.impl
Classes in org.apache.activemq.artemis.core.config.impl that implement Deployable Modifier and Type Class Description classFileConfigurationAFileConfigurationreads configuration values from a file.classLegacyJMSConfigurationMethod parameters in org.apache.activemq.artemis.core.config.impl with type arguments of type Deployable 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 Deployable in org.apache.activemq.artemis.core.deployers
Method parameters in org.apache.activemq.artemis.core.deployers with type arguments of type Deployable Modifier and Type Method Description voidDeployable. buildService(ActiveMQSecurityManager securityManager, MBeanServer mBeanServer, Map<String,Deployable> deployables, Map<String,ActiveMQComponent> components, ActivateCallback activateCallback) -
Uses of Deployable in org.apache.activemq.artemis.jms.server.config.impl
Classes in org.apache.activemq.artemis.jms.server.config.impl that implement Deployable Modifier and Type Class Description classFileJMSConfigurationMethod parameters in org.apache.activemq.artemis.jms.server.config.impl with type arguments of type Deployable Modifier and Type Method Description voidFileJMSConfiguration. buildService(ActiveMQSecurityManager securityManager, MBeanServer mBeanServer, Map<String,Deployable> deployables, Map<String,ActiveMQComponent> components, ActivateCallback activateCallback)
-