org.jboss.deployers.plugins.classloading
Class ClassLoading

java.lang.Object
  extended by org.jboss.deployers.plugins.classloading.ClassLoading

public class ClassLoading
extends Object

ClassLoading.

Version:
$Revision: 1.1 $
Author:
Adrian Brock

Constructor Summary
ClassLoading()
           
 
Method Summary
 void addDeploymentUnit(org.jboss.deployers.structure.spi.DeploymentUnit deploymentUnit)
          Add a deployment unit
 void removeDeploymentUnit(org.jboss.deployers.structure.spi.DeploymentUnit deploymentUnit)
          Remove a deployment unit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassLoading

public ClassLoading()
Method Detail

addDeploymentUnit

public void addDeploymentUnit(org.jboss.deployers.structure.spi.DeploymentUnit deploymentUnit)
Add a deployment unit

Parameters:
deploymentUnit - the deployment unit
Throws:
IllegalArgumentException - for a null deployment unit

removeDeploymentUnit

public void removeDeploymentUnit(org.jboss.deployers.structure.spi.DeploymentUnit deploymentUnit)
Remove a deployment unit

Parameters:
deploymentUnit - the deployment unit
Throws:
IllegalArgumentException - for a null deployment context


Copyright ? 2007 JBoss Inc.. All Rights Reserved.