public class ModelInstanceRestartInfo extends Object implements Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
ModelInstanceRestartInfo()
no-args constructor
|
|
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 |
|---|---|
String |
getError() |
Date |
getFinish() |
String |
getModelInstanceId() |
Date |
getStart() |
ModelInstanceStartStatus |
getStatus() |
String |
toString() |
protected ModelInstanceRestartInfo()
public ModelInstanceRestartInfo(String modelInstanceId, ModelInstanceStartStatus status, Date start, Date finish, String error)
modelInstanceId - the identifier of the referenced model instancestatus - the restart statusstart - restart start datefinish - restart finish dateerror - exception raised during restartpublic String getModelInstanceId()
public ModelInstanceStartStatus getStatus()
public String getError()
public Date getStart()
public Date getFinish()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.