Uses of Class
org.jclouds.cloudstack.domain.AsyncJobError

Packages that use AsyncJobError
org.jclouds.cloudstack.domain   
 

Uses of AsyncJobError in org.jclouds.cloudstack.domain
 

Methods in org.jclouds.cloudstack.domain that return AsyncJobError
 AsyncJobError AsyncJob.getError()
           
 

Methods in org.jclouds.cloudstack.domain with parameters of type AsyncJobError
 AsyncJob.Builder<T> AsyncJob.Builder.error(AsyncJobError error)
           
 

Constructors in org.jclouds.cloudstack.domain with parameters of type AsyncJobError
AsyncJob(long accountId, String cmd, Date created, long id, long instanceId, String instanceType, int progress, T result, AsyncJob.ResultCode resultCode, String resultType, AsyncJob.Status status, int userId, AsyncJobError error)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.