|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Implements the JSR 77 state model
Method Summary | |
Container |
getContainer()
Gets the container to which this component belongs. |
void |
setContainer(Container container)
Sets the container which ownes this component. |
Method Detail |
public Container getContainer()
public void setContainer(Container container) throws IllegalStateException, IllegalArgumentException
container
- which owns this component
IllegalStateException
- if this component is not in the not-created or destroyed state
IllegalArgumentException
- if this comonent has not been created and the container
parameter is null, or the component has been destroyed and the container parameter is NOT null
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |