org.jclouds.vcloud
Interface VCloudVersionsAsyncClient

All Superinterfaces:
Closeable
All Known Subinterfaces:
VCloudVersionsAsyncApi

Deprecated. The async interface will be removed in jclouds 1.7.

@Deprecated
public interface VCloudVersionsAsyncClient
extends Closeable

Establishes a context with a VCloud endpoint.

Author:
Adrian Cole
See Also:

Method Summary
 com.google.common.util.concurrent.ListenableFuture<SortedMap<String,URI>> getSupportedVersions()
          Deprecated. Retrieve information for supported versions
 
Methods inherited from interface java.io.Closeable
close
 

Method Detail

getSupportedVersions

com.google.common.util.concurrent.ListenableFuture<SortedMap<String,URI>> getSupportedVersions()
Deprecated. 
Retrieve information for supported versions



Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.