public interface ApplicationRestartServiceLocal extends ApplicationRestartService
ApplicationRestartService
.Modifier and Type | Method and Description |
---|---|
void |
explicitFinishing(long modelInstance)
Specifies that the current model instance starting is finished explicitly, by calling the modelInstanceStartSucceeded() function.
|
ModelInstanceRestartInfo |
getApplicationRestartInfo(long modelId) |
void |
modelInstanceStartFailed(long modelInstance,
Exception exception)
The FAILED status is written to the LSPS_APPL_RESTART_INFO if an exception occurred.
|
void |
modelInstanceStartSucceeded(long modelInstance)
The FINISHED status is written to the LSPS_APPL_RESTART_INFO table on successful commit of
the current GO-BOMN transaction unless an exception occurred.
|
void |
setCountOfModelInstancesToStart(int count)
Sets the number of model instances to be restarted.
|
void |
watchStarting(long modelInstance)
Adds the model instance to a list of started model instances.
|
clearApplicationRestartData, exportInfoToHtml, getApplicationRestartInfo, getApplicationRestartStatus, getCountOfModelInstancesToStart
void watchStarting(long modelInstance)
modelInstance
- void modelInstanceStartSucceeded(long modelInstance)
modelInstance
- void explicitFinishing(long modelInstance)
modelInstance
- void setCountOfModelInstancesToStart(int count)
count
- void modelInstanceStartFailed(long modelInstance, Exception exception)
modelInstance
- exception
- ModelInstanceRestartInfo getApplicationRestartInfo(long modelId)
modelId
- Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.