org.jclouds.snia.cdmi.v1
Interface CDMIAsyncApi


public interface CDMIAsyncApi

Provides asynchronous access to CDMI via their REST API.

Author:
Adrian Cole
See Also:
CDMIApi, api doc

Method Summary
 ContainerAsyncApi getContainerApi()
          Provides asynchronous access to Container Object Resource Operations.
 DataAsyncApi getDataApi()
          Provides asynchronous access to Data Object Resource Operations.
 DomainAsyncApi getDomainApi()
          Provides asynchronous access to Domain Object Resource Operations.
 

Method Detail

getDomainApi

DomainAsyncApi getDomainApi()
Provides asynchronous access to Domain Object Resource Operations.


getContainerApi

ContainerAsyncApi getContainerApi()
Provides asynchronous access to Container Object Resource Operations.


getDataApi

DataAsyncApi getDataApi()
Provides asynchronous access to Data Object Resource Operations.



Copyright © 2009-2012 jclouds. All Rights Reserved.