|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interfaces marks a component that can be released without using the corresponding ComponentHandler.
Method Summary | |
void |
initialize(ComponentHandler handler)
Initialize this component with the corresponding component handler. |
void |
releaseOnComponentHandler()
Puts the reference back in the ComponentHandler according to the policy of the implementation. |
Method Detail |
public void initialize(ComponentHandler handler) throws java.lang.Exception
handler
- The component handler used to put this component back again
ServiceException
- If the component is already initialized or the
handler is missing
java.lang.Exception
public void releaseOnComponentHandler()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |