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

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

Subclasses of AssemblyException in org.apache.avalon.composition.model
 class ProviderNotFoundException
          Exception raised in response to a model provider resolution failure.
 

Methods in org.apache.avalon.composition.model that throw AssemblyException
 void ContainmentModel.assemble()
          Assemble the containment model.
 void ContainmentModel.assemble(List subjects)
          Assemble the model.
 DeploymentModel ContainmentModel.getModel(ReferenceDescriptor descriptor)
          Resolve a model capable of supporting the supplied service reference.
 DeploymentModel ContainmentModel.getModel(DependencyDescriptor dependency)
          Resolve a model capable of supporting the supplied service reference.
 

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

Methods in org.apache.avalon.composition.model.impl that throw AssemblyException
 void DefaultContainmentModel.assemble()
          Assemble the model.
 void DefaultContainmentModel.assemble(List subjects)
          Assemble the model.
 DeploymentModel DefaultContainmentModel.getModel(ReferenceDescriptor descriptor)
          Resolve a model capable of supporting the supplied service reference.
 DeploymentModel DefaultContainmentModel.getModel(DependencyDescriptor dependency)
          Resolve a model capable of supporting the supplied service reference.
 



Copyright © The Apache Software Foundation. All Rights Reserved.