|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
org.apache.avalon.merlin | The Merlin Kernel API defines a set of interfaces the encompass the creation criteria, controller and main kernel functionality. |
org.apache.avalon.merlin.impl | The kernel package defines a top level Kernel implementation that serves as a host to a set of blocks. |
Uses of Block in org.apache.avalon.activation.appliance.impl |
Classes in org.apache.avalon.activation.appliance.impl that implement Block | |
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 Block | |
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 Block | |
BlockThread(Block block)
Creation of a block thread. |
Uses of Block in org.apache.avalon.merlin |
Methods in org.apache.avalon.merlin that return Block | |
Block |
Kernel.getBlock()
Return the root block. |
Uses of Block in org.apache.avalon.merlin.impl |
Methods in org.apache.avalon.merlin.impl that return Block | |
Block |
DefaultKernel.getBlock()
Return the root application block. |
Constructors in org.apache.avalon.merlin.impl with parameters of type Block | |
DefaultKernel(Logger logger,
KernelCriteria criteria,
Block system,
Block application)
Creation of a new Merlin Kernel. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |