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

Packages that use Home
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.  
org.apache.avalon.activation.lifestyle The lifestyle package includes interfaces and public classes supporting lifestyle management. 
org.apache.avalon.activation.lifestyle.impl The lifestyle.impl package contains the default implementations of the standard four lifestyle handlers. 
org.apache.avalon.merlin.kernel The kernel package defines a top-level Kernel interfaces.  
org.apache.avalon.merlin.kernel.impl The kernel package defines a top level Kernel implementation that serves as a host to a set of blocks.  
 

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

Subinterfaces of Home 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 Home in org.apache.avalon.activation.appliance.impl
 

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

Uses of Home in org.apache.avalon.activation.lifestyle
 

Subinterfaces of Home in org.apache.avalon.activation.lifestyle
 interface LifestyleHandler
          A lifestyle handler provides support for a particular lifestyle policy.
 

Uses of Home in org.apache.avalon.activation.lifestyle.impl
 

Classes in org.apache.avalon.activation.lifestyle.impl that implement Home
 class AbstractLifestyleHandler
          Abstract implentation class for a lifestyle handler.
 class PooledLifestyleHandler
           
 class SingletonLifestyleHandler
           
 class ThreadLifestyleHandler
           
 class TransientLifestyleHandler
           
 

Uses of Home in org.apache.avalon.merlin.kernel
 

Subinterfaces of Home in org.apache.avalon.merlin.kernel
 interface Kernel
          A Kernel is the root of a containment solution.
 

Uses of Home in org.apache.avalon.merlin.kernel.impl
 

Classes in org.apache.avalon.merlin.kernel.impl that implement Home
 class DefaultKernel
          Implementation of the default Merlin Kernel.
 



Copyright © Apache Software Foundation. All Rights Reserved.