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

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

Methods in org.apache.avalon.activation.appliance that return ServiceContext
 ServiceContext BlockContext.getServiceContext()
          Returns the service context assigned to the block.
 

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

Classes in org.apache.avalon.activation.appliance.impl that implement ServiceContext
 class DefaultServiceContext
          Service context supplied to an appliance factory.
 

Methods in org.apache.avalon.activation.appliance.impl that return ServiceContext
 ServiceContext DefaultBlockContext.getServiceContext()
          Returns the service context assigned to the block.
 

Methods in org.apache.avalon.activation.appliance.impl with parameters of type ServiceContext
static Block AbstractBlock.createRootBlock(ServiceContext services, ContainmentModel model)
          Create a root containment block.
 

Constructors in org.apache.avalon.activation.appliance.impl with parameters of type ServiceContext
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.