public class JMSServerDeployer extends XmlDeployer
Modifier and Type | Field and Description |
---|---|
protected static String |
CONNECTION_FACTORY_NODE_NAME |
protected static String |
CONNECTOR_REF_ELEMENT |
protected static String |
CONNECTORS_NODE_NAME |
protected static boolean |
DEFAULT_QUEUE_DURABILITY |
protected static String |
DISCOVERY_GROUP_ELEMENT |
protected static String |
ENTRIES_NODE_NAME |
protected static String |
ENTRY_NODE_NAME |
protected static String |
JMX_DOMAIN_NAME |
protected static String |
QUEUE_NODE_NAME |
protected static String |
QUEUE_SELECTOR_NODE_NAME |
protected static String |
TOPIC_NODE_NAME |
NAME_ATTR
Constructor and Description |
---|
JMSServerDeployer(JMSServerManager jmsServerManager,
DeploymentManager deploymentManager) |
Modifier and Type | Method and Description |
---|---|
void |
deploy(Node node)
deploy an element
|
String[] |
getDefaultConfigFileNames() |
String[] |
getElementTagName()
the names of the elements to deploy
|
void |
undeploy(Node node)
undeploys an element
|
void |
validate(Node rootNode)
Validate the DOM
|
addToConfiguration, deploy, getConfigFileNames, getKeyAttribute, getRootElement, isStarted, redeploy, setConfigFileNames, start, stop, undeploy
protected static final String CONNECTOR_REF_ELEMENT
protected static final String DISCOVERY_GROUP_ELEMENT
protected static final String ENTRIES_NODE_NAME
protected static final String ENTRY_NODE_NAME
protected static final String CONNECTORS_NODE_NAME
protected static final String CONNECTION_FACTORY_NODE_NAME
protected static final String QUEUE_NODE_NAME
protected static final String QUEUE_SELECTOR_NODE_NAME
protected static final String TOPIC_NODE_NAME
protected static final String JMX_DOMAIN_NAME
protected static final boolean DEFAULT_QUEUE_DURABILITY
public JMSServerDeployer(JMSServerManager jmsServerManager, DeploymentManager deploymentManager)
public String[] getElementTagName()
getElementTagName
in class XmlDeployer
public void validate(Node rootNode) throws Exception
XmlDeployer
validate
in class XmlDeployer
Exception
public void deploy(Node node) throws Exception
deploy
in class XmlDeployer
node
- the element to deployException
- .public void undeploy(Node node) throws Exception
undeploy
in class XmlDeployer
node
- the element to undeployException
- .public String[] getDefaultConfigFileNames()
getDefaultConfigFileNames
in class XmlDeployer
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.