Package | Description |
---|---|
org.jboss.modules |
The primary JBoss Modules API.
|
org.jboss.modules.management |
Management interfaces for utilizing JBoss Modules via an MBean container.
|
Modifier and Type | Method and Description |
---|---|
private java.util.List<ResourceLoaderInfo> |
ModuleLoader.MXBeanImpl.doGetResourceLoaders(Module module) |
java.util.List<ResourceLoaderInfo> |
ModuleLoader.MXBeanImpl.getResourceLoaders(java.lang.String name) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ResourceLoaderInfo> |
ModuleInfo.resourceLoaders |
Modifier and Type | Method and Description |
---|---|
java.util.List<ResourceLoaderInfo> |
ModuleInfo.getResourceLoaders()
Get the resource loader information list.
|
java.util.List<ResourceLoaderInfo> |
ModuleLoaderMXBean.getResourceLoaders(java.lang.String name)
Get the resource loaders of the named module.
|
Constructor and Description |
---|
ModuleInfo(java.lang.String name,
ModuleLoaderMXBean moduleLoader,
java.util.List<DependencyInfo> dependencies,
java.util.List<ResourceLoaderInfo> resourceLoaders,
java.lang.String mainClass,
java.lang.String classLoader,
java.lang.String fallbackLoader)
Construct a new instance.
|