org.jclouds.openstack.nova.v1_1.features
Interface ServerAsyncClient


public interface ServerAsyncClient

Provides asynchronous access to Server via their REST API.

Author:
Adrian Cole
See Also:
ServerClient,

Method Summary
 com.google.common.util.concurrent.ListenableFuture<Server> getServer(String id)
           
 com.google.common.util.concurrent.ListenableFuture<Set<Resource>> listServers()
           
 com.google.common.util.concurrent.ListenableFuture<Set<Server>> listServersInDetail()
           
 

Method Detail

listServers

com.google.common.util.concurrent.ListenableFuture<Set<Resource>> listServers()
See Also:
ServerClient.listServers()

listServersInDetail

com.google.common.util.concurrent.ListenableFuture<Set<Server>> listServersInDetail()
See Also:
ServerClient.listServersInDetail()

getServer

com.google.common.util.concurrent.ListenableFuture<Server> getServer(String id)
See Also:
ServerClient.getServer(java.lang.String)


Copyright © 2009-2012 jclouds. All Rights Reserved.