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

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

Uses of DependencyInfo in org.jboss.modules.management
 

Methods in org.jboss.modules.management that return types with arguments of type DependencyInfo
 List<DependencyInfo> ModuleInfo.getDependencies()
           
 List<DependencyInfo> ModuleLoaderMXBean.getDependencies(String name)
          Get the dependencies of the named module.
 

Constructor parameters in org.jboss.modules.management with type arguments of type DependencyInfo
ModuleInfo(String name, ModuleLoaderMXBean moduleLoader, List<DependencyInfo> dependencies, List<ResourceLoaderInfo> resourceLoaders, String mainClass, String classLoader, String fallbackLoader)
           
 



Copyright © 2011. All Rights Reserved.