Class FileDeploymentManager
java.lang.Object
org.apache.activemq.artemis.core.config.FileDeploymentManager
ised to build a set of ActiveMQComponents from a set of Deployables pulled out of the configuration file
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDeployable(org.apache.activemq.artemis.core.deployers.Deployable deployable) Add aDeployableto be configuredbuildService(ActiveMQSecurityManager securityManager, MBeanServer mBeanServer, org.apache.activemq.artemis.core.server.ActivateCallback activateCallback) Build a set ofActiveMQComponents from theDeployables configuredvoidParse a set of configuration with theDeployables that were given.
-
Constructor Details
-
FileDeploymentManager
public FileDeploymentManager() -
FileDeploymentManager
-
-
Method Details
-
readConfiguration
Parse a set of configuration with theDeployables that were given.- Throws:
Exception
-
buildService
public Map<String,org.apache.activemq.artemis.core.server.ActiveMQComponent> buildService(ActiveMQSecurityManager securityManager, MBeanServer mBeanServer, org.apache.activemq.artemis.core.server.ActivateCallback activateCallback) throws Exception Build a set ofActiveMQComponents from theDeployables configured- Throws:
Exception
-
addDeployable
public FileDeploymentManager addDeployable(org.apache.activemq.artemis.core.deployers.Deployable deployable) Add aDeployableto be configured
-