Package | Description |
---|---|
org.jboss.modules.management |
Management interfaces for utilizing JBoss Modules via an MBean container.
|
Modifier and Type | Method and Description |
---|---|
List<DependencyInfo> |
ModuleInfo.getDependencies()
Get the dependency information list.
|
List<DependencyInfo> |
ModuleLoaderMXBean.getDependencies(String name)
Get the dependencies 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.