Uses of Interface
org.apache.activemq.artemis.core.deployers.Deployable
-
Packages that use Deployable Package Description org.apache.activemq.artemis.core.config org.apache.activemq.artemis.core.config.impl org.apache.activemq.artemis.core.deployers -
-
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)
-