org.jclouds.compute.config
Class StandaloneComputeServiceClientModule<C>

java.lang.Object
  extended by com.google.inject.AbstractModule
      extended by org.jclouds.rest.config.RestClientModule<C,C>
          extended by org.jclouds.compute.config.StandaloneComputeServiceClientModule<C>
All Implemented Interfaces:
com.google.inject.Module

public class StandaloneComputeServiceClientModule<C>
extends RestClientModule<C,C>


Field Summary
 
Fields inherited from class org.jclouds.rest.config.RestClientModule
asyncClientType, delegates, syncClientType
 
Constructor Summary
StandaloneComputeServiceClientModule(Class<C> clazz)
           
 
Method Summary
protected  void bindAsyncClient()
           
protected  void bindClient()
           
 
Methods inherited from class org.jclouds.rest.config.RestClientModule
bindErrorHandlers, bindRetryHandlers, configure
 
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

StandaloneComputeServiceClientModule

public StandaloneComputeServiceClientModule(Class<C> clazz)
Method Detail

bindAsyncClient

protected void bindAsyncClient()
Overrides:
bindAsyncClient in class RestClientModule<C,C>

bindClient

protected void bindClient()
Overrides:
bindClient in class RestClientModule<C,C>


Copyright © 2009-2011 jclouds. All Rights Reserved.