|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.avalon.activation.impl.DefaultComponentFactory
A factory enabling the establishment of component instances.
Constructor Summary | |
DefaultComponentFactory(SystemContext system,
ComponentModel model)
Creation of a new component factory. |
Method Summary | |
void |
etherialize(Object instance)
Termination of the instance including all end-of-life processing. |
protected Logger |
getLogger()
|
Object |
incarnate()
Creation of a new instance including all deployment stage handling. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultComponentFactory(SystemContext system, ComponentModel model)
system
- the system contextmodel
- the component modelMethod Detail |
public Object incarnate() throws LifecycleException
incarnate
in interface ComponentFactory
LifecycleException
public void etherialize(Object instance)
etherialize
in interface ComponentFactory
instance
- the component instance to etherialize
protected Logger getLogger()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |