Uses of Class
org.apache.avalon.composition.model.ServiceUnknownException

Packages that use ServiceUnknownException
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 ServiceUnknownException in org.apache.avalon.composition.model
 

Methods in org.apache.avalon.composition.model that throw ServiceUnknownException
 Service ServiceRepository.getService(String classname, Version version)
          Locate a Service instances associated with the supplied classname and version.
 Service ServiceRepository.getService(ReferenceDescriptor reference)
          Locate a Service instances associated with the supplied referecne descriptor.
 

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

Methods in org.apache.avalon.composition.model.impl that throw ServiceUnknownException
 Service DefaultServiceRepository.getService(String classname, Version version)
          Locate a Service instances associated with the supplied classname and version.
 Service DefaultServiceRepository.getService(ReferenceDescriptor reference)
          Locate a Service instances associated with the supplied referecne descriptor.
 



Copyright © Apache Software Foundation. All Rights Reserved.