public interface ReleasableComponent
| Modifier and Type | Method and Description |
|---|---|
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.
|
void initialize(ComponentHandler handler) throws java.lang.Exception
handler - The component handler used to put this component back againServiceException - If the component is already initialized or the
handler is missingjava.lang.Exceptionvoid releaseOnComponentHandler()