org.jclouds.glesys
Interface GleSYSAsyncApi


public interface GleSYSAsyncApi

Provides asynchronous access to GleSYS via their REST API.

Author:
Adrian Cole
See Also:
GleSYSApi,

Method Summary
 ArchiveAsyncApi getArchiveApi()
          Provides asynchronous access to Archive features.
 DomainAsyncApi getDomainApi()
          Provides asynchronous access to DNS features.
 EmailAsyncApi getEmailApi()
          Provides asynchronous access to E-Mail features.
 IpAsyncApi getIpApi()
          Provides asynchronous access to Ip Address features.
 ServerAsyncApi getServerApi()
          Provides asynchronous access to Server features.
 

Method Detail

getServerApi

ServerAsyncApi getServerApi()
Provides asynchronous access to Server features.


getIpApi

IpAsyncApi getIpApi()
Provides asynchronous access to Ip Address features.


getArchiveApi

ArchiveAsyncApi getArchiveApi()
Provides asynchronous access to Archive features.


getDomainApi

DomainAsyncApi getDomainApi()
Provides asynchronous access to DNS features.


getEmailApi

EmailAsyncApi getEmailApi()
Provides asynchronous access to E-Mail features.



Copyright © 2009-2012 jclouds. All Rights Reserved.