public interface LifecycleService
| Modifier and Type | Method and Description |
|---|---|
void |
pause()
Temporary halt the execution of this service.
|
void |
resume()
resume the execution the service
|
void |
start()
Start the service
|
void |
stop() |
void start()
throws SBonitaException
SBonitaExceptionvoid stop() throws SBonitaException
SBonitaExceptionvoid pause()
throws SBonitaException
SBonitaExceptionvoid resume()
throws SBonitaException
SBonitaException