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

Packages that use DeploymentModel
org.apache.avalon.activation.appliance.impl The appliance.impl package contains the default implementations defining and enabling use of the central Appliance interface.  
org.apache.avalon.activation.lifecycle The deployment package contains the interfaces and exceptions relating to the component deployment system. 
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 DeploymentModel in org.apache.avalon.activation.appliance.impl
 

Constructors in org.apache.avalon.activation.appliance.impl with parameters of type DeploymentModel
DefaultAppliance(Logger logger, ServiceContext context, DeploymentModel model, Engine engine)
           
 

Uses of DeploymentModel in org.apache.avalon.activation.lifecycle
 

Methods in org.apache.avalon.activation.lifecycle with parameters of type DeploymentModel
 void LifecycleDestroyExtension.destroy(DeploymentModel model, StageDescriptor stage, Object object)
          Invocation of the deployment destroy stage extension.
 void LifecycleCreateExtension.create(DeploymentModel model, StageDescriptor stage, Object object)
          Invocation of the deployment creation stage extension.
 

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

Methods in org.apache.avalon.composition.model that return DeploymentModel
 DeploymentModel ModelFactory.createDeploymentModel(DeploymentContext context)
          Creation of a new nested deployment model.
 DeploymentModel DeploymentModelFactory.createDeploymentModel(Logger logger, ContainmentModel parent, DeploymentProfile profile)
          Creation of a new instance of a deployment model within a supplied containment context.
 

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

Classes in org.apache.avalon.composition.model.impl that implement DeploymentModel
 class DefaultDeploymentModel
          Deployment model defintion.
 

Methods in org.apache.avalon.composition.model.impl that return DeploymentModel
 DeploymentModel DefaultModelFactory.createDeploymentModel(DeploymentContext context)
          Creation of a new nested deployment model.
 



Copyright © Apache Software Foundation. All Rights Reserved.