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 aDeployable
to be configuredbuildService
(ActiveMQSecurityManager securityManager, MBeanServer mBeanServer, org.apache.activemq.artemis.core.server.ActivateCallback activateCallback) Build a set ofActiveMQComponent
s from theDeployable
s configuredvoid
Parse a set of configuration with theDeployable
s that were given.
-
Constructor Details
-
FileDeploymentManager
public FileDeploymentManager() -
FileDeploymentManager
-
-
Method Details
-
readConfiguration
Parse a set of configuration with theDeployable
s 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 ofActiveMQComponent
s from theDeployable
s configured- Throws:
Exception
-
addDeployable
public FileDeploymentManager addDeployable(org.apache.activemq.artemis.core.deployers.Deployable deployable) Add aDeployable
to be configured
-