Uses of Class
org.apache.avalon.composition.data.ServiceDirective

Packages that use ServiceDirective
org.apache.avalon.composition.data The data package contains a revised implementation of the meta-data model that is focussed towards the creation of a serialized deployment scenario that can be supplied to a container for execution.  
org.apache.avalon.composition.data.builder The meta.data.builder package contains a revised implementation of the meta.model builder that is focussed towards the creation of a serialized deployment scenario that can be supplied to a container for execution.  
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 ServiceDirective in org.apache.avalon.composition.data
 

Methods in org.apache.avalon.composition.data that return ServiceDirective
 ServiceDirective[] ContainmentProfile.getExportDirectives()
          Return the set of service directives that describe the mapping between services exposrted by the container and its implementation model.
 ServiceDirective ContainmentProfile.getExportDirective(Class clazz)
          Retrieve a service directive matching a supplied class.
 

Constructors in org.apache.avalon.composition.data with parameters of type ServiceDirective
ContainmentProfile(String name, ClassLoaderDirective classloader, ServiceDirective[] exports, CategoriesDirective categories, Profile[] profiles)
          Creation of a new containment profile.
 

Uses of ServiceDirective in org.apache.avalon.composition.data.builder
 

Methods in org.apache.avalon.composition.data.builder that return ServiceDirective
 ServiceDirective[] XMLContainmentProfileCreator.createServiceDirectives(Configuration config)
          Resolve the logical services declared by a block directive.
 

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

Methods in org.apache.avalon.composition.model that return ServiceDirective
 ServiceDirective[] ContainmentModel.getExportDirectives()
          Return the set of service export directives.
 ServiceDirective ContainmentModel.getExportDirective(Class clazz)
          Return the set of service export directives for a supplied class.
 

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

Methods in org.apache.avalon.composition.model.impl that return ServiceDirective
 ServiceDirective[] DefaultContainmentModel.getExportDirectives()
          Return the set of service export mappings
 ServiceDirective DefaultContainmentModel.getExportDirective(Class clazz)
          Return the set of service export directives for a supplied class.
 



Copyright © Apache Software Foundation. All Rights Reserved.