Uses of Package
org.jboss.modules

Packages that use org.jboss.modules
__redirected   
org.jboss.modules The primary JBoss Modules API. 
org.jboss.modules.log The logging interface for JBoss Modules. 
 

Classes in org.jboss.modules used by __redirected
ModuleIdentifier
          A unique identifier for a module within a module loader.
ModuleLoader
          A repository for modules, from which a module may be loaded by identifier.
 

Classes in org.jboss.modules used by org.jboss.modules
AssertionSetting
          The assertion setting for a package or class.
ClassSpec
          A class definition specification.
ConcurrentClassLoader
          A classloader which can delegate to multiple other classloaders without risk of deadlock.
DependencySpec
          A dependency specification that represents a single dependency for a module.
LocalLoader
          A loader which implements the local part of a module.
Module
          A module is a unit of classes and other resources, along with the specification of what is imported and exported by this module from and to other modules.
ModuleClassLoader
          A module classloader.
ModuleClassLoader.Configuration
          An opaque configuration used internally to create a module class loader.
ModuleClassLoaderFactory
          A producer for Module class loaders.
ModuleIdentifier
          A unique identifier for a module within a module loader.
ModuleLoader
          A repository for modules, from which a module may be loaded by identifier.
ModuleLoadError
          Module load error, thrown when there is some problem loading a module during runtime.
ModuleLoadException
          Module load exception, thrown when there is some problem loading a module.
ModuleSpec
          A Module specification which is used by a ModuleLoader to define new modules.
ModuleSpec.Builder
          A builder for new module specifications.
PackageSpec
          A specification for a package to define.
Resource
          A single resource from a ResourceLoader.
ResourceLoader
          A loader for resources from a specific resource root within a module.
ResourceLoaderSpec
          A specification of a resource loader within a module.
SystemClassPathModuleLoader
          The module loader for the system/application class path module.
 

Classes in org.jboss.modules used by org.jboss.modules.log
Module
          A module is a unit of classes and other resources, along with the specification of what is imported and exported by this module from and to other modules.
ModuleIdentifier
          A unique identifier for a module within a module loader.
ModuleLoader
          A repository for modules, from which a module may be loaded by identifier.
 



Copyright © 2011. All Rights Reserved.