|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.deployers.plugins.classloading.Module
public class Module
Module.
| Constructor Summary | |
|---|---|
Module(Domain domain,
org.jboss.deployers.structure.spi.DeploymentUnit deploymentUnit,
org.jboss.deployers.structure.spi.classloading.ClassLoaderMetaData metadata)
Create a new Module. |
|
| Method Summary | |
|---|---|
void |
createDependencies()
Create the dependencies for the module |
org.jboss.classloader.spi.DelegateLoader |
getDelegateLoader()
Get the delegate loader |
List<? extends org.jboss.classloader.spi.DelegateLoader> |
getDelegates()
Get the delegate loaders for this module |
org.jboss.deployers.structure.spi.DeploymentUnit |
getDeploymentUnit()
Get the deploymentUnit. |
Domain |
getDomain()
Get the domain. |
String |
getDomainName()
Get the domain name. |
URL |
getDynamicClassRoot()
|
org.jboss.deployers.structure.spi.classloading.ExportAll |
getExportAll()
Get the export all for the module |
org.jboss.deployers.structure.spi.classloading.ClassLoaderMetaData |
getMetadata()
Get the metadata. |
String |
getName()
Get the name of the module |
String[] |
getPackageNames()
|
String |
getParentDomain()
Get the parentDomain. |
org.jboss.classloader.spi.ParentPolicy |
getParentPolicy()
Get delegate policy |
boolean |
isImportAll()
Get the import all for the module |
void |
release()
Release the module |
void |
reset()
Reset the module |
protected Object |
resolve(org.jboss.dependency.spi.Controller controller,
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 Module(Domain domain,
org.jboss.deployers.structure.spi.DeploymentUnit deploymentUnit,
org.jboss.deployers.structure.spi.classloading.ClassLoaderMetaData metadata)
domain - the domaindeploymentUnit - the deployment unitmetadata - the metadata
IllegalArgumentException - for a null parameter| Method Detail |
|---|
public String getName()
public org.jboss.deployers.structure.spi.DeploymentUnit getDeploymentUnit()
public Domain getDomain()
public org.jboss.deployers.structure.spi.classloading.ClassLoaderMetaData getMetadata()
public String getDomainName()
public String getParentDomain()
public org.jboss.deployers.structure.spi.classloading.ExportAll getExportAll()
public boolean isImportAll()
public org.jboss.classloader.spi.ParentPolicy getParentPolicy()
public List<? extends org.jboss.classloader.spi.DelegateLoader> getDelegates()
public org.jboss.classloader.spi.DelegateLoader getDelegateLoader()
public String[] getPackageNames()
public void createDependencies()
protected Object resolve(org.jboss.dependency.spi.Controller controller,
org.jboss.deployers.structure.spi.classloading.Requirement requirement)
controller - the controllerrequirement - the requirement
public void reset()
public void release()
public URL getDynamicClassRoot()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||