org.jclouds.vcloud.features
Interface OrgAsyncClient

All Known Subinterfaces:
OrgAsyncApi

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

@Deprecated
public interface OrgAsyncClient

Provides access to Org functionality in vCloud

Author:
Adrian Cole

Method Summary
 com.google.common.util.concurrent.ListenableFuture<Org> findOrgNamed(String orgName)
          Deprecated.  
 com.google.common.util.concurrent.ListenableFuture<Org> getOrg(URI orgId)
          Deprecated.  
 com.google.common.util.concurrent.ListenableFuture<Map<String,ReferenceType>> listOrgs()
          Deprecated.  
 

Method Detail

listOrgs

com.google.common.util.concurrent.ListenableFuture<Map<String,ReferenceType>> listOrgs()
Deprecated. 
See Also:
OrgClient.listOrgs()

getOrg

com.google.common.util.concurrent.ListenableFuture<Org> getOrg(URI orgId)
Deprecated. 
See Also:
OrgClient.getOrg(java.net.URI)

findOrgNamed

com.google.common.util.concurrent.ListenableFuture<Org> findOrgNamed(@Nullable
                                                                     String orgName)
Deprecated. 
See Also:
OrgClient#getOrgNamed


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