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.  
org.apache.avalon.composition.provider The runtime package contains interfaces used by a runtime layer.  
 

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.
 

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, SystemContext system, ClassLoader parent, OptionalPackage[] packages, ExtensionManager manager, TypeRepository types, ServiceRepository services, ClassLoaderDirective directive, URL[] implied)
          Creation of a new classloader context.
 

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

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



Copyright © The Apache Software Foundation. All Rights Reserved.