org.jclouds.snia.cdmi.v1
Interface CDMIApi


public interface CDMIApi

Provides synchronous access to CDMI.

Author:
Adrian Cole
See Also:
CDMIAsyncApi, api doc

Method Summary
 ContainerApi getContainerApi()
          Provides synchronous access to Container Object Resource Operations.
 DataApi getDataApi()
          Provides synchronous access to Data Object Resource Operations.
 DomainApi getDomainApi()
          Provides synchronous access to Domain Object Resource Operations.
 

Method Detail

getDomainApi

DomainApi getDomainApi()
Provides synchronous access to Domain Object Resource Operations.


getContainerApi

ContainerApi getContainerApi()
Provides synchronous access to Container Object Resource Operations.


getDataApi

DataApi getDataApi()
Provides synchronous access to Data Object Resource Operations.



Copyright © 2009-2012 jclouds. All Rights Reserved.