org.jboss.deployers.vfs.deployer.kernel
Class AliasDeploymentDeployer.AliasMetaDataVisitor

java.lang.Object
  extended by org.jboss.deployers.vfs.deployer.kernel.AliasDeploymentDeployer.AliasMetaDataVisitor
All Implemented Interfaces:
DeploymentVisitor<org.jboss.beans.metadata.spi.NamedAliasMetaData>
Enclosing class:
AliasDeploymentDeployer

public static class AliasDeploymentDeployer.AliasMetaDataVisitor
extends Object
implements DeploymentVisitor<org.jboss.beans.metadata.spi.NamedAliasMetaData>

AliasMetaDataVisitor.


Constructor Summary
AliasDeploymentDeployer.AliasMetaDataVisitor()
           
 
Method Summary
 void deploy(DeploymentUnit unit, org.jboss.beans.metadata.spi.NamedAliasMetaData deployment)
          Deploy the deployment
 Class<org.jboss.beans.metadata.spi.NamedAliasMetaData> getVisitorType()
          Get the visitor type
 void undeploy(DeploymentUnit unit, org.jboss.beans.metadata.spi.NamedAliasMetaData deployment)
          Undeploy the deployment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AliasDeploymentDeployer.AliasMetaDataVisitor

public AliasDeploymentDeployer.AliasMetaDataVisitor()
Method Detail

getVisitorType

public Class<org.jboss.beans.metadata.spi.NamedAliasMetaData> getVisitorType()
Description copied from interface: DeploymentVisitor
Get the visitor type

Specified by:
getVisitorType in interface DeploymentVisitor<org.jboss.beans.metadata.spi.NamedAliasMetaData>
Returns:
the visitor type

deploy

public void deploy(DeploymentUnit unit,
                   org.jboss.beans.metadata.spi.NamedAliasMetaData deployment)
            throws DeploymentException
Description copied from interface: DeploymentVisitor
Deploy the deployment

Specified by:
deploy in interface DeploymentVisitor<org.jboss.beans.metadata.spi.NamedAliasMetaData>
Parameters:
unit - the deployment unit
deployment - the deployment
Throws:
DeploymentException - the deployment exception

undeploy

public void undeploy(DeploymentUnit unit,
                     org.jboss.beans.metadata.spi.NamedAliasMetaData deployment)
Description copied from interface: DeploymentVisitor
Undeploy the deployment

Specified by:
undeploy in interface DeploymentVisitor<org.jboss.beans.metadata.spi.NamedAliasMetaData>
Parameters:
unit - the deployment unit
deployment - the deployment


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.