org.jclouds.elasticstack.config
Class ElasticStackRestClientModule

java.lang.Object
  extended by com.google.inject.AbstractModule
      extended by org.jclouds.rest.config.RestModule
          extended by org.jclouds.rest.config.RestClientModule<ElasticStackClient,ElasticStackAsyncClient>
              extended by org.jclouds.elasticstack.config.ElasticStackRestClientModule
All Implemented Interfaces:
com.google.inject.Module

public class ElasticStackRestClientModule
extends org.jclouds.rest.config.RestClientModule<ElasticStackClient,ElasticStackAsyncClient>

Configures the elasticstack connection.

Author:
Adrian Cole

Field Summary
 
Fields inherited from class org.jclouds.rest.config.RestClientModule
asyncClientType, syncClientType
 
Fields inherited from class org.jclouds.rest.config.RestModule
authException, sync2Async, URI_SUPPLIER_TYPE
 
Constructor Summary
ElasticStackRestClientModule()
           
 
Method Summary
protected  void bindErrorHandlers()
           
protected  void bindRetryHandlers()
           
protected  void configure()
           
 
Methods inherited from class org.jclouds.rest.config.RestClientModule
bindAsyncClient, bindClient
 
Methods inherited from class org.jclouds.rest.config.RestModule
delegationMap, installLocations, seedAnnotationCache, timeouts
 
Methods inherited from class com.google.inject.AbstractModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElasticStackRestClientModule

public ElasticStackRestClientModule()
Method Detail

configure

protected void configure()
Overrides:
configure in class org.jclouds.rest.config.RestClientModule<ElasticStackClient,ElasticStackAsyncClient>

bindErrorHandlers

protected void bindErrorHandlers()
Overrides:
bindErrorHandlers in class org.jclouds.rest.config.RestClientModule<ElasticStackClient,ElasticStackAsyncClient>

bindRetryHandlers

protected void bindRetryHandlers()
Overrides:
bindRetryHandlers in class org.jclouds.rest.config.RestClientModule<ElasticStackClient,ElasticStackAsyncClient>


Copyright © 2009-2012 jclouds. All Rights Reserved.