| Package | Description |
|---|---|
| org.jboss.modules.management |
Management interfaces for utilizing JBoss Modules via an MBean container.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourceLoaderInfo> |
ModuleInfo.getResourceLoaders()
Get the resource loader information list.
|
List<ResourceLoaderInfo> |
ModuleLoaderMXBean.getResourceLoaders(String name)
Get the resource loaders of the named module.
|
| Constructor and Description |
|---|
ModuleInfo(String name,
ModuleLoaderMXBean moduleLoader,
List<DependencyInfo> dependencies,
List<ResourceLoaderInfo> resourceLoaders,
String mainClass,
String classLoader,
String fallbackLoader)
Construct a new instance.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.