org.jclouds.glesys
Interface GleSYSAsyncApi

All Superinterfaces:
Closeable

Deprecated. please use org.jclouds.ContextBuilder#buildApi(GleSYSApi.class) as GleSYSAsyncApi interface will be removed in jclouds 1.7.

@Deprecated
public interface GleSYSAsyncApi
extends Closeable

Provides asynchronous access to GleSYS via their REST API.

Author:
Adrian Cole
See Also:
GleSYSApi,

Method Summary
 ArchiveAsyncApi getArchiveApi()
          Deprecated. Provides asynchronous access to Archive features.
 DomainAsyncApi getDomainApi()
          Deprecated. Provides asynchronous access to DNS features.
 EmailAccountAsyncApi getEmailAccountApi()
          Deprecated. Provides asynchronous access to E-Mail features.
 IpAsyncApi getIpApi()
          Deprecated. Provides asynchronous access to Ip Address features.
 ServerAsyncApi getServerApi()
          Deprecated. Provides asynchronous access to Server features.
 
Methods inherited from interface java.io.Closeable
close
 

Method Detail

getServerApi

ServerAsyncApi getServerApi()
Deprecated. 
Provides asynchronous access to Server features.


getIpApi

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


getArchiveApi

ArchiveAsyncApi getArchiveApi()
Deprecated. 
Provides asynchronous access to Archive features.


getDomainApi

DomainAsyncApi getDomainApi()
Deprecated. 
Provides asynchronous access to DNS features.


getEmailAccountApi

EmailAccountAsyncApi getEmailAccountApi()
Deprecated. 
Provides asynchronous access to E-Mail features.



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