Uses of Interface
org.apache.avalon.activation.appliance.Engine

Packages that use Engine
org.apache.avalon.activation.appliance The appliance package contains interfaces, utilities and default implementations defining and enabling use of the central Appliance interface.  
org.apache.avalon.activation.appliance.impl The appliance.impl package contains the default implementations defining and enabling use of the central Appliance interface.  
 

Uses of Engine in org.apache.avalon.activation.appliance
 

Subinterfaces of Engine in org.apache.avalon.activation.appliance
 interface Block
          A block is an appliance that manages a set of subsidiary appliance instances.
 

Methods in org.apache.avalon.activation.appliance that return Engine
 Engine BlockContext.getEngine()
          Returns the assigned engine.
 

Uses of Engine in org.apache.avalon.activation.appliance.impl
 

Classes in org.apache.avalon.activation.appliance.impl that implement Engine
 class AbstractBlock
          The AbstractBlock is responsible for the management of the assembly of the subsidiary appliances, the coordination of the deployment, decommissioning and eventual dissassembly of contained appliances, and the overall management of a containment context.
 class CompositeBlock
          The DefaultBlock is responsible for the management of the assembly of the subsidiary appliances, the coordination of the deployment, decommissioning and eventual dissassembly of contained appliances, and the overall management of a containment context.
 

Methods in org.apache.avalon.activation.appliance.impl that return Engine
 Engine DefaultBlockContext.getEngine()
          Returns the assigned engine.
 

Constructors in org.apache.avalon.activation.appliance.impl with parameters of type Engine
DefaultBlockContext(Logger logger, ContainmentModel model, DependencyGraph graph, ServiceContext context, Engine engine, ApplianceRepository repository)
          Creation of a new block context.
DefaultAppliance(Logger logger, ServiceContext context, DeploymentModel model, Engine engine)
           
 



Copyright © Apache Software Foundation. All Rights Reserved.