org.jboss.system.deployers
Class ServiceDeploymentDeployer.ServiceDeploymentVisitor
java.lang.Object
org.jboss.system.deployers.ServiceDeploymentDeployer.ServiceDeploymentVisitor
- All Implemented Interfaces:
- org.jboss.deployers.spi.deployer.helpers.DeploymentVisitor<ServiceDeployment>
- Enclosing class:
- ServiceDeploymentDeployer
public class ServiceDeploymentDeployer.ServiceDeploymentVisitor
- extends Object
- implements org.jboss.deployers.spi.deployer.helpers.DeploymentVisitor<ServiceDeployment>
ServiceDeploymentVisitor.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceDeploymentDeployer.ServiceDeploymentVisitor
public ServiceDeploymentDeployer.ServiceDeploymentVisitor()
getVisitorType
public Class<ServiceDeployment> getVisitorType()
- Specified by:
getVisitorType
in interface org.jboss.deployers.spi.deployer.helpers.DeploymentVisitor<ServiceDeployment>
deploy
public void deploy(org.jboss.deployers.structure.spi.DeploymentUnit unit,
ServiceDeployment deployment)
throws org.jboss.deployers.spi.DeploymentException
- Specified by:
deploy
in interface org.jboss.deployers.spi.deployer.helpers.DeploymentVisitor<ServiceDeployment>
- Throws:
org.jboss.deployers.spi.DeploymentException
undeploy
public void undeploy(org.jboss.deployers.structure.spi.DeploymentUnit unit,
ServiceDeployment deployment)
- Specified by:
undeploy
in interface org.jboss.deployers.spi.deployer.helpers.DeploymentVisitor<ServiceDeployment>
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.