org.jclouds.vcloud.features
Interface OrgAsyncClient


public interface OrgAsyncClient

Provides access to Org functionality in vCloud

Author:
Adrian Cole

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

Method Detail

listOrgs

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

getOrg

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

findOrgNamed

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


Copyright © 2009-2011 jclouds. All Rights Reserved.