public interface ComponentLifecycle
| Modifier and Type | Method and Description |
|---|---|
void |
destroyComponent(ExoContainer container) |
void |
initComponent(ExoContainer container) |
void |
startComponent(ExoContainer container) |
void |
stopComponent(ExoContainer container) |
void initComponent(ExoContainer container) throws Exception
Exceptionvoid startComponent(ExoContainer container) throws Exception
Exceptionvoid stopComponent(ExoContainer container) throws Exception
Exceptionvoid destroyComponent(ExoContainer container) throws Exception
ExceptionCopyright © 2021 eXo Platform SAS. All Rights Reserved.