|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A factory that provides object instantiation. A instance factory will typically encapsulate component constuction semantic, lifecycle processing and end-of-life processing.
Method Summary | |
void |
etherialize(Object instance)
Termination of the instance including all end-of-life processing. |
Object |
incarnate()
Creation of a new instance including all deployment stage handling. |
Method Detail |
public Object incarnate() throws Exception
Exception
public void etherialize(Object instance)
instance
- the component instance
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |