|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Factory interface exposes an operation though which a new component instance may be accessed.
Method Summary | |
void |
destroy(Object instance)
Decommission and dispose of the supplied component. |
DeploymentModel |
getDeploymentModel()
Return the component deployment model. |
Object |
newInstance()
Create a new instance of a component. |
Method Detail |
public DeploymentModel getDeploymentModel()
LifecycleException
public Object newInstance() throws LifecycleException
LifecycleException
public void destroy(Object instance)
instance
- the object to decommission
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |