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

Packages that use Block
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 Block in org.apache.avalon.activation.appliance.impl
 

Classes in org.apache.avalon.activation.appliance.impl that implement Block
 class DefaultBlock
          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 Block
static Block DefaultBlock.createRootBlock(ServiceContext context, ContainmentModel model)
          Create a root containment block.
 

Constructors in org.apache.avalon.activation.appliance.impl with parameters of type Block
BlockThread(Block block)
          Creation of a block thread.
 



Copyright © Apache Software Foundation. All Rights Reserved.