|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--wrapper.InvocationStatus
Data structure used to report invocation status.
Field Summary | |
(package private) java.lang.Integer |
invocationId
Id of the invocation this status report is for. |
(package private) float |
progress
Progress of the invocation. |
(package private) java.lang.String |
status
Status of the invocation. |
Constructor Summary | |
(package private) |
InvocationStatus(java.lang.Integer invocationId)
|
Methods inherited from class java.lang.Object |
|
Field Detail |
final java.lang.Integer invocationId
java.lang.String status
float progress
Constructor Detail |
InvocationStatus(java.lang.Integer invocationId)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |