org.jclouds.vcloud.director.v1_5.features
Interface OrgAsyncApi

All Known Subinterfaces:
AdminOrgAsyncApi

public interface OrgAsyncApi

Author:
Adrian Cole
See Also:
OrgApi

Method Summary
 com.google.common.util.concurrent.ListenableFuture<? extends Org> get(String orgUrn)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Org> get(URI orgHref)
           
 com.google.common.util.concurrent.ListenableFuture<OrgList> list()
           
 

Method Detail

list

com.google.common.util.concurrent.ListenableFuture<OrgList> list()
See Also:
OrgApi.list()

get

com.google.common.util.concurrent.ListenableFuture<? extends Org> get(String orgUrn)
See Also:
OrgApi.get(String)

get

com.google.common.util.concurrent.ListenableFuture<? extends Org> get(URI orgHref)
See Also:
OrgApi.get(URI)


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