public interface LifecycleService
| Modifier and Type | Method and Description |
|---|---|
void |
checkNodeStatus()
Called regularly to
- leave a heart beat and mark dead cluster siblings as FAILED.
|
boolean |
isStarted()
Returns whether the engine is started.
|
void |
shutDown()
Called at undeployment.
|
void |
startUp()
Called at deployment.
|
void startUp()
void shutDown()
void checkNodeStatus()
boolean isStarted()
Copyright © 2018. All rights reserved.