Uses of Class
com.vmware.vcloud.sdk.admin.extensions.BlockingTask

Packages that use BlockingTask
com.vmware.vcloud.sdk.admin.extensions   
 

Uses of BlockingTask in com.vmware.vcloud.sdk.admin.extensions
 

Methods in com.vmware.vcloud.sdk.admin.extensions that return BlockingTask
static BlockingTask BlockingTask.getBlockingTaskById(VcloudClient client, String vCloudId)
          Returns blocking task using the vCloud ID obtained from a blocking Notification.
static BlockingTask BlockingTask.getBlockingTaskByReference(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType reference)
          Returns blocking task using the entity ReferenceType
 BlockingTask BlockingTask.updateProgress(String updateMessage)
          Update the progress of a blocking task operation.
 BlockingTask BlockingTask.updateProgress(String updateMessage, long timeout)
          Update the progress of a blocking task operation.
static BlockingTask BlockingTask.updateProgress(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType blockingTaskRef, String updateMessage)
          Update the progress of a blocking task operation.
static BlockingTask BlockingTask.updateProgress(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType blockingTaskRef, String updateMessage, long timeout)
          Update the progress of a blocking task operation.
 



Copyright © 2016. All Rights Reserved.