org.jboss.deployers.plugins.classloading
Class ClassLoading
java.lang.Object
org.jboss.deployers.plugins.classloading.ClassLoading
public class ClassLoading
- extends Object
ClassLoading.
- Version:
- $Revision: 1.1 $
- Author:
- Adrian Brock
|
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 |
ClassLoading
public ClassLoading()
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 © 2008 JBoss Inc.. All Rights Reserved.