|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TaskStatus | |
---|---|
org.jclouds.trmk.vcloud_0_8.domain | |
org.jclouds.trmk.vcloud_0_8.domain.internal |
Uses of TaskStatus in org.jclouds.trmk.vcloud_0_8.domain |
---|
Methods in org.jclouds.trmk.vcloud_0_8.domain that return TaskStatus | |
---|---|
static TaskStatus |
TaskStatus.fromValue(String status)
|
TaskStatus |
Task.getStatus()
The current status of the task. |
static TaskStatus |
TaskStatus.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TaskStatus[] |
TaskStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of TaskStatus in org.jclouds.trmk.vcloud_0_8.domain.internal |
---|
Methods in org.jclouds.trmk.vcloud_0_8.domain.internal that return TaskStatus | |
---|---|
TaskStatus |
TaskImpl.getStatus()
|
Constructors in org.jclouds.trmk.vcloud_0_8.domain.internal with parameters of type TaskStatus | |
---|---|
TaskImpl(URI id,
String operation,
TaskStatus status,
Date startTime,
Date endTime,
Date expiryTime,
ReferenceType owner,
VCloudError error)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |