|
||||||||||
| 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.QueueSettingsDeployer
public class QueueSettingsDeployer
A deployer for creating a set of queue settings and adding them to a repository
| Field Summary |
|---|
| Fields inherited from class org.jboss.messaging.core.deployers.impl.XmlDeployer |
|---|
NAME_ATTR |
| Constructor Summary | |
|---|---|
QueueSettingsDeployer(HierarchicalRepository<QueueSettings> queueSettingsRepository)
|
|
| 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 |
java.lang.String |
getKeyAttribute()
the key attribute for theelement, usually 'name' but can be overridden |
int |
getWeight()
the weight of the deployer, used for ordering the order that deployers are deployed. |
void |
undeploy(org.w3c.dom.Node node)
undeploys an element |
| Methods inherited from class org.jboss.messaging.core.deployers.impl.XmlDeployer |
|---|
addToConfiguration, deploy, getRootElement, redeploy, start, stop, undeploy |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueueSettingsDeployer(HierarchicalRepository<QueueSettings> queueSettingsRepository)
| Method Detail |
|---|
public 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 java.lang.String getConfigFileName()
public int getWeight()
Deployer
getWeight in interface DeployergetWeight in class XmlDeployer
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 getKeyAttribute()
getKeyAttribute in class XmlDeployer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||