Uses of Class
org.dasein.cloud.AsynchronousTask

Packages that use AsynchronousTask
org.dasein.cloud.services.image The Image Services handle operations on virtual machine images/templates. 
org.dasein.cloud.services.storage   
 

Uses of AsynchronousTask in org.dasein.cloud.services.image
 

Methods in org.dasein.cloud.services.image that return AsynchronousTask
 AsynchronousTask<ServerImage> ImageServices.imageServer(String serverId, String forAccountAccessKey, String directory, String imageName)
           
 

Uses of AsynchronousTask in org.dasein.cloud.services.storage
 

Subclasses of AsynchronousTask in org.dasein.cloud.services.storage
 class FileTransfer