Uses of Class
org.jboss.modules.management.DependencyInfo
Packages that use DependencyInfo
Package
Description
The primary JBoss Modules API.
Management interfaces for utilizing JBoss Modules via an MBean container.
-
Uses of DependencyInfo in org.jboss.modules
Methods in org.jboss.modules that return types with arguments of type DependencyInfoModifier and TypeMethodDescriptionprivate List<DependencyInfo>
ModuleLoader.MXBeanImpl.doGetDependencies
(Module module) ModuleLoader.MXBeanImpl.getDependencies
(String name) -
Uses of DependencyInfo in org.jboss.modules.management
Fields in org.jboss.modules.management with type parameters of type DependencyInfoMethods in org.jboss.modules.management that return types with arguments of type DependencyInfoModifier and TypeMethodDescriptionModuleInfo.getDependencies()
Get the dependency information list.ModuleLoaderMXBean.getDependencies
(String name) Get the dependencies of the named module.Constructor parameters in org.jboss.modules.management with type arguments of type DependencyInfoModifierConstructorDescriptionModuleInfo
(String name, ModuleLoaderMXBean moduleLoader, List<DependencyInfo> dependencies, List<ResourceLoaderInfo> resourceLoaders, String mainClass, String classLoader, String fallbackLoader) Construct a new instance.