|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComponentModel | |
org.apache.avalon.activation.impl | Default runtime platform. |
org.apache.avalon.composition.model |
The model package is resonsible for the population of the containment information model taking into account criteria expressed under meta-info and directives expressed under meta-data in conjunction with the runtime environment. |
org.apache.avalon.composition.model.impl | The model package contains a series of classes that leverage the new meta data model. |
org.apache.avalon.composition.provider |
The runtime package contains interfaces used by a runtime layer. |
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 ComponentModel in org.apache.avalon.activation.impl |
Methods in org.apache.avalon.activation.impl that return ComponentModel | |
protected ComponentModel |
DefaultAppliance.getComponentModel()
Return the model backing the handler. |
protected ComponentModel |
AbstractLifestyleManager.getComponentModel()
|
Methods in org.apache.avalon.activation.impl with parameters of type ComponentModel | |
protected Appliance |
DefaultRuntimeFactory.newComponentRuntime(ComponentModel model,
LifestyleManager manager)
Resolve a runtime handler for a component model. |
LifestyleManager |
DefaultLifestyleFactory.createLifestyleManager(ComponentModel model)
Create a new lifestyle manager. |
protected LifestyleManager |
DefaultLifestyleFactory.createLifestyleManager(ComponentModel model,
ComponentFactory factory)
Create a new lifestyle manager. |
Constructors in org.apache.avalon.activation.impl with parameters of type ComponentModel | |
TransientLifestyleManager(ComponentModel model,
ComponentFactory factory)
|
|
ThreadLifestyleManager(ComponentModel model,
ComponentFactory factory)
|
|
SingletonLifestyleManager(ComponentModel model,
ComponentFactory factory)
|
|
DefaultComponentFactory(SystemContext system,
ComponentModel model)
Creation of a new component factory. |
|
DefaultAppliance(ComponentModel model,
LifestyleManager lifestyle,
boolean secure)
|
|
AbstractLifestyleManager(ComponentModel model,
ComponentFactory factory)
Creation of a new instance. |
Uses of ComponentModel in org.apache.avalon.composition.model |
Methods in org.apache.avalon.composition.model with parameters of type ComponentModel | |
void |
LifecycleDestroyExtension.destroy(ComponentModel model,
StageDescriptor stage,
Object object)
Invocation of the deployment destroy stage extension. |
void |
LifecycleCreateExtension.create(ComponentModel model,
StageDescriptor stage,
Object object)
Invocation of the deployment creation stage extension. |
Uses of ComponentModel in org.apache.avalon.composition.model.impl |
Classes in org.apache.avalon.composition.model.impl that implement ComponentModel | |
class |
DefaultComponentModel
Deployment model defintion. |
Methods in org.apache.avalon.composition.model.impl that return ComponentModel | |
ComponentModel |
DefaultModelFactory.createComponentModel(ComponentContext context)
Creation of a new nested deployment model. |
Uses of ComponentModel in org.apache.avalon.composition.provider |
Methods in org.apache.avalon.composition.provider that return ComponentModel | |
ComponentModel |
ModelFactory.createComponentModel(ComponentContext context)
Creation of a new nested component model using a supplied component context. |
Methods in org.apache.avalon.composition.provider with parameters of type ComponentModel | |
LifestyleManager |
LifestyleFactory.createLifestyleManager(ComponentModel model)
Create a new lifestyle manager. |
Uses of ComponentModel in org.apache.avalon.merlin.impl |
Methods in org.apache.avalon.merlin.impl with parameters of type ComponentModel | |
void |
DefaultFactory.printComponentModel(StringBuffer buffer,
String lead,
ComponentModel model)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |