public class AddressSettingsDeployer extends XmlDeployer
NAME_ATTR
Constructor and Description |
---|
AddressSettingsDeployer(DeploymentManager deploymentManager,
HierarchicalRepository<AddressSettings> addressSettingsRepository) |
Modifier and Type | Method and Description |
---|---|
void |
deploy(Node node)
deploy an element
|
String[] |
getDefaultConfigFileNames() |
String[] |
getElementTagName()
the names of the elements to deploy
|
String |
getKeyAttribute()
the key attribute for theelement, usually 'name' but can be overridden
|
void |
undeploy(Node node)
undeploys an element
|
void |
validate(Node rootNode)
Validate the DOM
|
addToConfiguration, deploy, getConfigFileNames, getRootElement, isStarted, redeploy, setConfigFileNames, start, stop, undeploy
public AddressSettingsDeployer(DeploymentManager deploymentManager, HierarchicalRepository<AddressSettings> addressSettingsRepository)
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 String[] getDefaultConfigFileNames()
getDefaultConfigFileNames
in class XmlDeployer
public void undeploy(Node node) throws Exception
undeploy
in class XmlDeployer
node
- the element to undeployException
- .public String getKeyAttribute()
getKeyAttribute
in class XmlDeployer
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.