|
||||||||||
| 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.jms.server.impl.JMSServerDeployer
public class JMSServerDeployer
| Field Summary |
|---|
| Fields inherited from class org.jboss.messaging.core.deployers.impl.XmlDeployer |
|---|
NAME_ATTR |
| Constructor Summary | |
|---|---|
JMSServerDeployer()
|
|
| Method Summary | |
|---|---|
void |
deploy(org.w3c.dom.Node node)
deploy an element |
java.lang.String |
getConfigFileName()
The name of the configuration file name to look for for deployment |
java.lang.String[] |
getElementTagName()
the names of the elements to deploy |
int |
getWeight()
the weight of the deployer, used for ordering the order that deployers are deployed. |
void |
setJmsServerManager(JMSServerManager jmsServerManager)
|
void |
setMessagingServer(MessagingServer messagingServer)
|
void |
start()
lifecycle method |
void |
stop()
lifecycle method |
void |
undeploy(org.w3c.dom.Node node)
undeploys an element |
| Methods inherited from class org.jboss.messaging.core.deployers.impl.XmlDeployer |
|---|
addToConfiguration, deploy, getKeyAttribute, getRootElement, redeploy, undeploy |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JMSServerDeployer()
| Method Detail |
|---|
public void setJmsServerManager(JMSServerManager jmsServerManager)
public void setMessagingServer(MessagingServer messagingServer)
public void start()
throws java.lang.Exception
start in interface MessagingComponentstart in class XmlDeployerjava.lang.Exception
public void stop()
throws java.lang.Exception
stop in interface MessagingComponentstop in class XmlDeployerjava.lang.Exceptionpublic java.lang.String[] getElementTagName()
getElementTagName in class XmlDeployer
public void deploy(org.w3c.dom.Node node)
throws java.lang.Exception
deploy in class XmlDeployernode - the element to deploy
java.lang.Exception - .
public void undeploy(org.w3c.dom.Node node)
throws java.lang.Exception
undeploy in class XmlDeployernode - the element to undeploy
java.lang.Exception - .public java.lang.String getConfigFileName()
public int getWeight()
Deployer
getWeight in interface DeployergetWeight in class XmlDeployer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||