public class IntegrationProcessStatus extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
IntegrationProcessStatus(Status status,
org.joda.time.DateTime started,
org.joda.time.DateTime finished) |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
getFinished() |
org.joda.time.DateTime |
getStarted() |
Status |
getStatus() |
boolean |
isFailed()
Returns true when the connector process failed.
|
boolean |
isFinished()
Returns true when the connector process has already finished (no matter if it was successful).
|
protected IntegrationProcessStatus(Status status, org.joda.time.DateTime started, org.joda.time.DateTime finished)
public Status getStatus()
public org.joda.time.DateTime getStarted()
public org.joda.time.DateTime getFinished()
public boolean isFinished()
public boolean isFailed()
Copyright © 2014. All Rights Reserved.