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

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

Subinterfaces of Deployable in org.apache.avalon.activation.appliance
 interface Appliance
          An Appliance is the basic tool merlin wraps around a component to provide support for lifecycle and lifestyle management.
 interface Block
          A block is an appliance that manages a set of subsidiary appliance instances.
 

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

Subinterfaces of Deployable in org.apache.avalon.activation.appliance.impl
 interface DefaultApplianceMBean
          An Appliance is the basic tool merlin wraps around a component to provide support for lifecycle and lifestyle management.
 

Classes in org.apache.avalon.activation.appliance.impl that implement Deployable
 class AbstractAppliance
          An Appliance is the basic tool merlin wraps around a component to provide support for lifecycle and lifestyle management.
 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.
 class DefaultAppliance
          DefaultAppliance is the default implementation of a local appliance instance.
 



Copyright © Apache Software Foundation. All Rights Reserved.