JBoss Modules 1.1.2.GA

Uses of Class
org.jboss.modules.management.ResourceLoaderInfo

Packages that use ResourceLoaderInfo
org.jboss.modules.management Management interfaces for utilizing JBoss Modules via an MBean container. 
 

Uses of ResourceLoaderInfo in org.jboss.modules.management
 

Methods in org.jboss.modules.management that return types with arguments of type ResourceLoaderInfo
 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 parameters in org.jboss.modules.management with type arguments of type ResourceLoaderInfo
ModuleInfo(String name, ModuleLoaderMXBean moduleLoader, List<DependencyInfo> dependencies, List<ResourceLoaderInfo> resourceLoaders, String mainClass, String classLoader, String fallbackLoader)
          Construct a new instance.
 


JBoss Modules 1.1.2.GA

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.