public interface LRAInfo
| Modifier and Type | Method and Description |
|---|---|
String |
getClientId() |
long |
getFinishTime()
Report the time in milliseconds when this LRA was asked to finish.
|
String |
getLraId() |
long |
getStartTime()
report the time in milliseconds when this LRA was started.
|
String |
getStatus()
The current status of this LRA.
|
long |
getTimeNow()
report the time in milliseconds when the client requested this data
|
ZoneOffset |
getZoneOffset()
time-zone offset from Greenwich/UTC that the start, finish and current
times are being reported from
|
boolean |
isActive() |
boolean |
isCompensated() |
boolean |
isComplete() |
boolean |
isRecovering() |
boolean |
isTopLevel() |
String getLraId()
String getClientId()
boolean isComplete()
boolean isCompensated()
boolean isRecovering()
boolean isActive()
boolean isTopLevel()
long getStartTime()
long getFinishTime()
long getTimeNow()
ZoneOffset getZoneOffset()
String getStatus()
CompensatorStatusCopyright © 2018 Eclipse Foundation. All rights reserved.