org.jboss.deployment
Class JaccInitializationDeployer

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.deployment.JaccInitializationDeployer
All Implemented Interfaces:
org.jboss.deployers.spi.deployer.Deployer, org.jboss.deployers.spi.Ordered

public class JaccInitializationDeployer
extends org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer

Create a JACC policy if the DeploymentUnit contains a named attachment for example, if it contains org.jboss.metadata.ear.spec.EarMetaData.

Version:
$Revision: 85945 $
Author:
Bill Burke, 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
JaccInitializationDeployer()
          Create a new JaccInitializationDeployer.
 
Method Summary
 Set<String> getAcceptedAttachments()
           
 void internalDeploy(org.jboss.deployers.structure.spi.DeploymentUnit unit)
           
 void setAcceptedAttachments(Set<String> acceptedAttachments)
           
 
Methods inherited from class org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer
addControllerContextName, deploy, internalUndeploy, 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

JaccInitializationDeployer

public JaccInitializationDeployer()
Create a new JaccInitializationDeployer.

Method Detail

getAcceptedAttachments

public Set<String> getAcceptedAttachments()

setAcceptedAttachments

public void setAcceptedAttachments(Set<String> acceptedAttachments)

internalDeploy

public void internalDeploy(org.jboss.deployers.structure.spi.DeploymentUnit unit)
                    throws org.jboss.deployers.spi.DeploymentException
Specified by:
internalDeploy in class org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer
Throws:
org.jboss.deployers.spi.DeploymentException


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