|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.messaging.core.deployers.impl.XmlDeployer
org.jboss.messaging.core.deployers.impl.QueueDeployer
public class QueueDeployer
A QueueDeployer
Field Summary |
---|
Fields inherited from class org.jboss.messaging.core.deployers.impl.XmlDeployer |
---|
NAME_ATTR |
Constructor Summary | |
---|---|
QueueDeployer(DeploymentManager deploymentManager,
MessagingServerControl serverControl)
|
Method Summary | |
---|---|
void |
deploy(org.w3c.dom.Node node)
deploy an element |
java.lang.String[] |
getDefaultConfigFileNames()
The name of the configuration file name to look for for deployment |
java.lang.String[] |
getElementTagName()
the names of the elements to deploy |
void |
undeploy(org.w3c.dom.Node node)
undeploys an element |
void |
validate(org.w3c.dom.Node rootNode)
Validate the DOM |
Methods inherited from class org.jboss.messaging.core.deployers.impl.XmlDeployer |
---|
addToConfiguration, deploy, getConfigFileNames, getKeyAttribute, getRootElement, isStarted, redeploy, setConfigFileNames, start, stop, undeploy |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QueueDeployer(DeploymentManager deploymentManager, MessagingServerControl serverControl)
Method Detail |
---|
public java.lang.String[] getElementTagName()
getElementTagName
in class XmlDeployer
public void validate(org.w3c.dom.Node rootNode) throws java.lang.Exception
XmlDeployer
validate
in class XmlDeployer
java.lang.Exception
public void deploy(org.w3c.dom.Node node) throws java.lang.Exception
deploy
in class XmlDeployer
node
- the element to deploy
java.lang.Exception
- .public void undeploy(org.w3c.dom.Node node) throws java.lang.Exception
XmlDeployer
undeploy
in class XmlDeployer
node
- the element to undeploy
java.lang.Exception
- .public java.lang.String[] getDefaultConfigFileNames()
getDefaultConfigFileNames
in class XmlDeployer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |