org.jboss.deployers.plugins.classloading
Class AbstractClassLoaderDescribeDeployer

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.spi.deployer.helpers.AbstractOptionalRealDeployer<org.jboss.deployers.structure.spi.classloading.ClassLoaderMetaData>
              extended by org.jboss.deployers.plugins.classloading.AbstractClassLoaderDescribeDeployer
All Implemented Interfaces:
org.jboss.deployers.spi.deployer.Deployer, org.jboss.deployers.spi.Ordered

public class AbstractClassLoaderDescribeDeployer
extends org.jboss.deployers.spi.deployer.helpers.AbstractOptionalRealDeployer<org.jboss.deployers.structure.spi.classloading.ClassLoaderMetaData>

AbstractClassLoaderDescribeDeployer.

Version:
$Revision: 1.1 $
Author:
Adrian Brock

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
AbstractClassLoaderDescribeDeployer()
          Create a new AbstractClassLoaderDescribeDeployer.
 
Method Summary
 void create()
          Check the configuration
 void deploy(org.jboss.deployers.structure.spi.DeploymentUnit unit, org.jboss.deployers.structure.spi.classloading.ClassLoaderMetaData deployment)
           
 ClassLoading getClassLoading()
          Get the classLoading.
 void setClassLoading(ClassLoading classLoading)
          Set the classLoading.
 void undeploy(org.jboss.deployers.structure.spi.DeploymentUnit unit, org.jboss.deployers.structure.spi.classloading.ClassLoaderMetaData deployment)
           
 
Methods inherited from class org.jboss.deployers.spi.deployer.helpers.AbstractOptionalRealDeployer
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, getType, isAllInputs, isComponentsOnly, isParentFirst, isTopLevelOnly, isWantComponents, setAllInputs, setComponentsOnly, setInput, setInputs, setInputs, setInputs, setOutput, setOutputs, setOutputs, setOutputs, setParentFirst, setRelativeOrder, setStage, setTopLevelOnly, setType, setWantComponents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractClassLoaderDescribeDeployer

public AbstractClassLoaderDescribeDeployer()
Create a new AbstractClassLoaderDescribeDeployer.

Method Detail

getClassLoading

public ClassLoading getClassLoading()
Get the classLoading.

Returns:
the classLoading.

setClassLoading

public void setClassLoading(ClassLoading classLoading)
Set the classLoading.

Parameters:
classLoading - the classLoading.

create

public void create()
            throws Exception
Check the configuration

Throws:
Exception - for any error

deploy

public void deploy(org.jboss.deployers.structure.spi.DeploymentUnit unit,
                   org.jboss.deployers.structure.spi.classloading.ClassLoaderMetaData deployment)
            throws org.jboss.deployers.spi.DeploymentException
Specified by:
deploy in class org.jboss.deployers.spi.deployer.helpers.AbstractOptionalRealDeployer<org.jboss.deployers.structure.spi.classloading.ClassLoaderMetaData>
Throws:
org.jboss.deployers.spi.DeploymentException

undeploy

public void undeploy(org.jboss.deployers.structure.spi.DeploymentUnit unit,
                     org.jboss.deployers.structure.spi.classloading.ClassLoaderMetaData deployment)
Overrides:
undeploy in class org.jboss.deployers.spi.deployer.helpers.AbstractOptionalRealDeployer<org.jboss.deployers.structure.spi.classloading.ClassLoaderMetaData>


Copyright © 2008 JBoss Inc.. All Rights Reserved.