public interface ComponentLifeCycle
| Modifier and Type | Method and Description |
|---|---|
void |
activate()
Component lifecycle event occurred when component is activated.
|
void |
deactivate()
Component lifecycle event occurred when component is deactivated.
|
void activate()
throws ServiceRuntimeException
ServiceRuntimeExceptionvoid deactivate()
throws ServiceRuntimeException
ServiceRuntimeExceptionCopyright © 2021. All rights reserved.