Interface Deployable
-
- All Known Implementing Classes:
FileConfiguration,LegacyJMSConfiguration
public interface DeployableA Deployable is an object that can be configured via an xml configuration element in the main configuration file "broker.xml" It holds all the information needed by the FileDeploymentManager to parse the configuration and build the component
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbuildService(ActiveMQSecurityManager securityManager, MBeanServer mBeanServer, Map<String,Deployable> deployables, Map<String,ActiveMQComponent> components, ActivateCallback activateCallback)StringgetRootElement()StringgetSchema()booleanisParsed()voidparse(Element config, URL url)
-
-
-
Method Detail
-
isParsed
boolean isParsed()
-
getRootElement
String getRootElement()
-
getSchema
String getSchema()
-
buildService
void buildService(ActiveMQSecurityManager securityManager, MBeanServer mBeanServer, Map<String,Deployable> deployables, Map<String,ActiveMQComponent> components, ActivateCallback activateCallback) throws Exception
- Throws:
Exception
-
-