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

Packages that use ContainmentModel
org.apache.avalon.activation.impl Default runtime platform.  
org.apache.avalon.composition.event The event package contains the defintion of a model event and listener.  
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.  
org.apache.avalon.merlin The Merlin Kernel API defines a set of interfaces the encompass the creation criteria, controller and main kernel functionality. 
org.apache.avalon.merlin.impl The kernel package defines a top level Kernel implementation that serves as a host to a set of blocks.  
 

Uses of ContainmentModel in org.apache.avalon.activation.impl
 

Methods in org.apache.avalon.activation.impl that return ContainmentModel
protected  ContainmentModel DefaultBlock.getContainmentModel()
          Return the model backing the handler.
 

Methods in org.apache.avalon.activation.impl with parameters of type ContainmentModel
protected  Appliance DefaultRuntimeFactory.newContainmentRuntime(ContainmentModel model)
          Resolve a runtime handler for a containment model.
 

Constructors in org.apache.avalon.activation.impl with parameters of type ContainmentModel
DefaultBlock(SystemContext system, ContainmentModel model)
           
 

Uses of ContainmentModel in org.apache.avalon.composition.event
 

Methods in org.apache.avalon.composition.event that return ContainmentModel
 ContainmentModel CompositionEvent.getContainmentModel()
          Return the the containment model that generated the event.
 

Constructors in org.apache.avalon.composition.event with parameters of type ContainmentModel
CompositionEvent(ContainmentModel source, DeploymentModel child)
          Create a CompositionEvent event.
 

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

Methods in org.apache.avalon.composition.model that return ContainmentModel
 ContainmentModel ContainmentModel.addContainmentModel(URL url)
          Addition of a new subsidiary containment model using a supplied profile url.
 ContainmentModel ContainmentModel.addContainmentModel(URL block, URL config)
          Addition of a new subsidiary containment model within the containment context using a supplied url.
 

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

Classes in org.apache.avalon.composition.model.impl that implement ContainmentModel
 class DefaultContainmentModel
          Containment model implmentation within which composite models are aggregated as a part of a containment deployment model.
 

Methods in org.apache.avalon.composition.model.impl that return ContainmentModel
 ContainmentModel DefaultModelFactory.createRootContainmentModel(URL url)
          Creation of a new root containment model using a URL referring to a containment profile.
 ContainmentModel DefaultModelFactory.createRootContainmentModel(ContainmentProfile profile)
          Creation of a new root containment model using a supplied profile.
 ContainmentModel DefaultModelFactory.createContainmentModel(ContainmentContext context)
          Creation of a new nested containment model.
 ContainmentModel DefaultContainmentModel.addContainmentModel(URL url)
          Add a model referenced by a url to this model.
 ContainmentModel DefaultContainmentModel.addContainmentModel(URL block, URL config)
           
 ContainmentModel DefaultContainmentContext.getParentContainmentModel()
          Return the parent containment model.
 ContainmentModel DefaultComponentContext.getContainmentModel()
          Return the enclosing containment model.
 

Constructors in org.apache.avalon.composition.model.impl with parameters of type ContainmentModel
DefaultContainmentContext(Logger logger, SystemContext system, ClassLoaderModel model, ModelRepository repository, DependencyGraph graph, File home, File temp, ContainmentModel parent, ContainmentProfile profile, String partition, String name)
          Creation of a new containment context.
DefaultComponentContext(Logger logger, String name, SystemContext system, ClassLoader classloader, DependencyGraph graph, ContainmentModel model, ComponentProfile profile, Type type, Class clazz, File home, File temp, String partition)
          Creation of a new deployment context.
 

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

Methods in org.apache.avalon.composition.provider that return ContainmentModel
 ContainmentModel ModelFactory.createRootContainmentModel(URL url)
          Creation of a new root containment model.
 ContainmentModel ModelFactory.createRootContainmentModel(ContainmentProfile profile)
          Creation of a new root containment model.
 ContainmentModel ModelFactory.createContainmentModel(ContainmentContext context)
          Creation of a new nested containment model using a supplied containment context.
 ContainmentModel ContainmentContext.getParentContainmentModel()
          Return the parent container model.
 ContainmentModel ComponentContext.getContainmentModel()
          Return the enclosing containment model.
 

Uses of ContainmentModel in org.apache.avalon.merlin
 

Methods in org.apache.avalon.merlin that return ContainmentModel
 ContainmentModel KernelContext.getApplicationModel()
          Return the application model.
 ContainmentModel Kernel.getModel()
          Return the root containment model.
 

Uses of ContainmentModel in org.apache.avalon.merlin.impl
 

Methods in org.apache.avalon.merlin.impl that return ContainmentModel
 ContainmentModel DefaultKernelContext.getApplicationModel()
          Return the application model.
 ContainmentModel DefaultKernel.getModel()
          Return the root application block.
 

Methods in org.apache.avalon.merlin.impl with parameters of type ContainmentModel
 void DefaultFactory.printContainmentModel(StringBuffer buffer, String lead, ContainmentModel model)
           
 

Constructors in org.apache.avalon.merlin.impl with parameters of type ContainmentModel
DefaultKernelContext(Logger logger, ContainmentModel application)
          Creation of a new default kernel context.
 



Copyright © The Apache Software Foundation. All Rights Reserved.