Package | Description |
---|---|
com.whitestein.lsps.engine.dto |
Data transfer objects for engine related data.
|
com.whitestein.lsps.engine.state |
Contains implementation of persistent entities representing model data types.
|
Modifier and Type | Method and Description |
---|---|
ModelInstanceStartStatus |
ModelInstanceRestartInfo.getStatus() |
static ModelInstanceStartStatus |
ModelInstanceStartStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelInstanceStartStatus[] |
ModelInstanceStartStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ModelInstanceRestartInfo(String modelInstanceId,
ModelInstanceStartStatus status,
Date start,
Date finish,
String error)
Creates a new instance of this value object representing an application restart info.
|
Modifier and Type | Method and Description |
---|---|
ModelInstanceStartStatus |
ApplicationRestartInfo.getStatus()
Returns the
RestartStatus of the model instance |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationRestartInfo.setStatus(ModelInstanceStartStatus status)
Sets the restart status
|
Constructor and Description |
---|
ApplicationRestartInfo(long modelInstanceId,
ModelInstanceStartStatus status,
Date startDate)
Creates new instance.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.