org.jclouds.opsource.servers.features
Interface ServerAsyncClient


public interface ServerAsyncClient

Author:
Kedar Dave
See Also:
ServerClient

Method Summary
 com.google.common.util.concurrent.ListenableFuture<DeployedServersList> getDeployedServers(String orgId)
           
 com.google.common.util.concurrent.ListenableFuture<PendingDeployServersList> getPendingDeployServers(String orgId)
           
 

Method Detail

getDeployedServers

com.google.common.util.concurrent.ListenableFuture<DeployedServersList> getDeployedServers(String orgId)
See Also:
ServerClient#getDeployedServers()

getPendingDeployServers

com.google.common.util.concurrent.ListenableFuture<PendingDeployServersList> getPendingDeployServers(String orgId)
See Also:
ServerClient#getPendingDeployServers()


Copyright © 2009-2012 jclouds. All Rights Reserved.