Prepare the component for starting. This method should perform any initialization required post object creation. The following LifecycleEvents will be fired in the following order: BEFORE_INIT_EVENT: At the beginning of the method. AFTER_INIT_EVENT: On the successful comple
()
| 204 | * used |
| 205 | */ |
| 206 | void init() throws LifecycleException; |
| 207 | |
| 208 | /** |
| 209 | * Prepare for the beginning of active use of the public methods other than property getters/setters and life cycle |
no outgoing calls
no test coverage detected