org.jboss.aop.asintegration.jboss5
Class AspectDeployer

java.lang.Object
  extended by org.jboss.deployers.spi.deployer.helpers.AbstractDeployer
      extended by org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer
          extended by org.jboss.deployers.vfs.spi.deployer.AbstractVFSRealDeployer
              extended by org.jboss.aop.asintegration.jboss5.AspectDeployer
All Implemented Interfaces:
org.jboss.deployers.spi.deployer.Deployer, org.jboss.deployers.spi.Ordered

public class AspectDeployer
extends org.jboss.deployers.vfs.spi.deployer.AbstractVFSRealDeployer

Deployer for Aspects

Author:
Bill Burke, Kabir Khan, adrian@jboss.org

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jboss.deployers.spi.Ordered
org.jboss.deployers.spi.Ordered.OrderedComparator
 
Field Summary
 
Fields inherited from class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer
log
 
Fields inherited from interface org.jboss.deployers.spi.Ordered
COMPARATOR
 
Constructor Summary
AspectDeployer()
          Create a new AspectDeployer.
 
Method Summary
 void create()
          Validate the configuration
 void deploy(org.jboss.deployers.vfs.spi.structure.VFSDeploymentUnit unit)
           
 AspectManager getAspectManager()
          Get the aspectManager.
 void setAspectManager(AspectManager aspectManager)
          Set the aspectManager.
 void undeploy(org.jboss.deployers.vfs.spi.structure.VFSDeploymentUnit unit)
           
 
Methods inherited from class org.jboss.deployers.vfs.spi.deployer.AbstractVFSRealDeployer
internalDeploy, internalUndeploy
 
Methods inherited from class org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer
addControllerContextName, deploy, isControllerContextNameCandidate, isUseUnitName, removeControllerContextName, setUseUnitName, undeploy
 
Methods inherited from class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer
addInput, addInput, addOutput, addOutput, getInput, getInputs, getOutput, getOutputs, getRelativeOrder, getStage, isAllInputs, isComponentsOnly, isParentFirst, isTopLevelOnly, isWantComponents, setAllInputs, setComponentsOnly, setInput, setInputs, setInputs, setInputs, setOutput, setOutputs, setOutputs, setOutputs, setParentFirst, setRelativeOrder, setStage, setTopLevelOnly, setWantComponents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AspectDeployer

public AspectDeployer()
Create a new AspectDeployer.

Method Detail

getAspectManager

public AspectManager getAspectManager()
Get the aspectManager.

Returns:
the aspectManager.

setAspectManager

public void setAspectManager(AspectManager aspectManager)
Set the aspectManager.

Parameters:
aspectManager - the aspectManager.

create

public void create()
Validate the configuration


deploy

public void deploy(org.jboss.deployers.vfs.spi.structure.VFSDeploymentUnit unit)
            throws org.jboss.deployers.spi.DeploymentException
Specified by:
deploy in class org.jboss.deployers.vfs.spi.deployer.AbstractVFSRealDeployer
Throws:
org.jboss.deployers.spi.DeploymentException

undeploy

public void undeploy(org.jboss.deployers.vfs.spi.structure.VFSDeploymentUnit unit)
Overrides:
undeploy in class org.jboss.deployers.vfs.spi.deployer.AbstractVFSRealDeployer


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