org.jclouds.glesys
Interface GleSYSAsyncClient


public interface GleSYSAsyncClient

Provides asynchronous access to GleSYS via their REST API.

Author:
Adrian Cole
See Also:
GleSYSClient,

Method Summary
 ArchiveAsyncClient getArchiveClient()
          Provides asynchronous access to Archive features.
 DomainAsyncClient getDomainClient()
          Provides asynchronous access to DNS features.
 EmailAsyncClient getEmailClient()
          Provides asynchronous access to E-Mail features.
 IpAsyncClient getIpClient()
          Provides asynchronous access to Ip Address features.
 ServerAsyncClient getServerClient()
          Provides asynchronous access to Server features.
 

Method Detail

getServerClient

ServerAsyncClient getServerClient()
Provides asynchronous access to Server features.


getIpClient

IpAsyncClient getIpClient()
Provides asynchronous access to Ip Address features.


getArchiveClient

ArchiveAsyncClient getArchiveClient()
Provides asynchronous access to Archive features.


getDomainClient

DomainAsyncClient getDomainClient()
Provides asynchronous access to DNS features.


getEmailClient

EmailAsyncClient getEmailClient()
Provides asynchronous access to E-Mail features.



Copyright © 2009-2012 jclouds. All Rights Reserved.