public class JMSServerDeployer
extends org.hornetq.core.deployers.impl.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 |
| Constructor and Description |
|---|
JMSServerDeployer(JMSServerManager jmsServerManager,
org.hornetq.core.deployers.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) |
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, org.hornetq.core.deployers.DeploymentManager deploymentManager)
public String[] getElementTagName()
getElementTagName in class org.hornetq.core.deployers.impl.XmlDeployerpublic void validate(Node rootNode) throws Exception
validate in class org.hornetq.core.deployers.impl.XmlDeployerExceptionpublic void deploy(Node node) throws Exception
deploy in class org.hornetq.core.deployers.impl.XmlDeployernode - the element to deployExceptionpublic void undeploy(Node node) throws Exception
undeploy in class org.hornetq.core.deployers.impl.XmlDeployernode - the element to undeployExceptionpublic String[] getDefaultConfigFileNames()
getDefaultConfigFileNames in class org.hornetq.core.deployers.impl.XmlDeployerCopyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.