@Component(value="lifecycleService") public class LifecycleServiceImpl extends Object implements LifecycleService
| Constructor and Description |
|---|
LifecycleServiceImpl() |
| 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.
|
public static final String BEAN
public void startUp()
LifecycleServicestartUp in interface LifecycleServicepublic void shutDown()
LifecycleServiceshutDown in interface LifecycleServicepublic void checkNodeStatus()
LifecycleServicecheckNodeStatus in interface LifecycleServicepublic boolean isStarted()
LifecycleServiceisStarted in interface LifecycleServiceCopyright © 2018. All rights reserved.