|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ReleasableComponent
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 |
---|
void initialize(ComponentHandler handler) throws Exception
handler
- The component handler used to put this component back again
ServiceException
- If the component is already initialized or the
handler is missing
Exception
void releaseOnComponentHandler()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |