|
JBoss Modules 1.1.2.GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.modules.management.ModuleInfo
public final class ModuleInfo

Management information about a module instance.
| Constructor Summary | |
|---|---|
ModuleInfo(String name,
ModuleLoaderMXBean moduleLoader,
List<DependencyInfo> dependencies,
List<ResourceLoaderInfo> resourceLoaders,
String mainClass,
String classLoader,
String fallbackLoader)
Construct a new instance. |
|
| Method Summary | |
|---|---|
String |
getClassLoader()
Get the class loader (as a string). |
List<DependencyInfo> |
getDependencies()
Get the dependency information list. |
String |
getFallbackLoader()
Get the fallback loader (as a string). |
String |
getMainClass()
Get the main class name. |
ModuleLoaderMXBean |
getModuleLoader()
Get the associated module loader MXBean. |
String |
getName()
Get the name of the corresponding module. |
List<ResourceLoaderInfo> |
getResourceLoaders()
Get the resource loader information list. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@ConstructorProperties(value={"name","moduleLoader","dependencies","resourceLoaders","mainClass","classLoader","fallbackLoader"})
public ModuleInfo(String name,
ModuleLoaderMXBean moduleLoader,
List<DependencyInfo> dependencies,
List<ResourceLoaderInfo> resourceLoaders,
String mainClass,
String classLoader,
String fallbackLoader)
name - the module namemoduleLoader - the module loaderdependencies - the dependencies listresourceLoaders - the resource loaders listmainClass - the main class nameclassLoader - the class loaderfallbackLoader - the fallback loader| Method Detail |
|---|
public String getName()
public ModuleLoaderMXBean getModuleLoader()
public List<DependencyInfo> getDependencies()
public List<ResourceLoaderInfo> getResourceLoaders()
public String getMainClass()
public String getClassLoader()
public String getFallbackLoader()
|
JBoss Modules 1.1.2.GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||