Gracefully terminate the active use of the public methods other than property getters/setters and life cycle methods of this component. Once the STOP_EVENT is fired, the public methods other than property getters/setters and life cycle methods should not be used. The following LifecycleEvent
()
| 247 | * @exception LifecycleException if this component detects a fatal error that needs to be reported |
| 248 | */ |
| 249 | void stop() throws LifecycleException; |
| 250 | |
| 251 | /** |
| 252 | * Prepare to discard the object. The following {@link LifecycleEvent}s will be fired in the following order: |
no outgoing calls