|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.deployers.plugins.classloading.Domain
public class Domain
Domain. TODO JBMICROCONT-182 - need to include some parent delegation as well
| Constructor Summary | |
|---|---|
Domain(String name)
Create a new Domain. |
|
| Method Summary | |
|---|---|
void |
addDeploymentUnit(org.jboss.deployers.structure.spi.DeploymentUnit deploymentUnit,
org.jboss.deployers.structure.spi.classloading.ClassLoaderMetaData metadata)
Add a deployment unit |
protected Module |
getModule(String name)
Get a module for a name |
String |
getName()
Get the name. |
protected void |
removeModule(Module module)
Remove a deployment |
protected Object |
resolve(org.jboss.dependency.spi.Controller controller,
Module module,
org.jboss.deployers.structure.spi.classloading.Requirement requirement)
Resolve the requirement |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Domain(String name)
name - the name
IllegalArgumentException - for a null domain| Method Detail |
|---|
public String getName()
public void addDeploymentUnit(org.jboss.deployers.structure.spi.DeploymentUnit deploymentUnit,
org.jboss.deployers.structure.spi.classloading.ClassLoaderMetaData metadata)
deploymentUnit - the deployment unitmetadata - the classloader metadata
IllegalArgumentException - for a null parameterprotected Module getModule(String name)
name - the name
protected Object resolve(org.jboss.dependency.spi.Controller controller,
Module module,
org.jboss.deployers.structure.spi.classloading.Requirement requirement)
controller - the controllermodule - the modulerequirement - the requirement
protected void removeModule(Module module)
module - the module
IllegalArgumentException - for a null parameter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||