Uses of Interface
org.apache.avalon.composition.model.ServiceRepository

Packages that use ServiceRepository
org.apache.avalon.composition.model The model package is resonsible for the population of the containment information model taking into account criteria expressed under meta-info and directives expressed under meta-data in conjunction with the runtime environment. 
org.apache.avalon.composition.model.impl The model package contains a series of classes that leverage the new meta data model.  
 

Uses of ServiceRepository in org.apache.avalon.composition.model
 

Methods in org.apache.avalon.composition.model that return ServiceRepository
 ServiceRepository ClassLoaderModel.getServiceRepository()
          Return the classloader model service repository.
 ServiceRepository ClassLoaderContext.getServiceRepository()
          Return the service repository established by the parent classloader.
 

Uses of ServiceRepository in org.apache.avalon.composition.model.impl
 

Classes in org.apache.avalon.composition.model.impl that implement ServiceRepository
 class DefaultServiceRepository
          A service repository provides support for the retrival of service defintions.
 

Methods in org.apache.avalon.composition.model.impl that return ServiceRepository
 ServiceRepository DefaultClassLoaderModel.getServiceRepository()
          Return the classloader model service repository.
 ServiceRepository DefaultClassLoaderContext.getServiceRepository()
          Return the service repository established by the parent classloader.
 

Constructors in org.apache.avalon.composition.model.impl with parameters of type ServiceRepository
DefaultClassLoaderContext(Logger logger, Repository repository, File base, ClassLoader parent, OptionalPackage[] packages, ExtensionManager manager, TypeRepository types, ServiceRepository services, ClassLoaderDirective directive, URL[] implied)
          Creation of a new classloader context.
 



Copyright © Apache Software Foundation. All Rights Reserved.