|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Task
Whenever the result of a request cannot be returned immediately, the server creates a Task object. Tasks owned by an object such as a vApp or vDC are contained in the Tasks element of the object's XML representation. This element is read-only.
Method Summary | |
---|---|
Date |
getEndTime()
date and time when the task completed. |
VCloudError |
getError()
error message or related information returned by the task |
Date |
getExpiryTime()
date and time at which the task expires. |
String |
getOperation()
The current status of the task. |
ReferenceType |
getOwner()
A link to the object that owns the task. |
Date |
getStartTime()
date and time when the task was started. |
TaskStatus |
getStatus()
The current status of the task. |
Methods inherited from interface org.jclouds.trmk.vcloud_0_8.domain.ReferenceType |
---|
getHref, getName, getType |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
String getOperation()
TaskStatus getStatus()
Date getStartTime()
Date getEndTime()
Date getExpiryTime()
ReferenceType getOwner()
@Nullable VCloudError getError()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |