org.jclouds.cloudwatch
Class CloudWatchContextBuilder

java.lang.Object
  extended by org.jclouds.rest.RestContextBuilder<CloudWatchClient,CloudWatchAsyncClient>
      extended by org.jclouds.cloudwatch.CloudWatchContextBuilder

public class CloudWatchContextBuilder
extends RestContextBuilder<CloudWatchClient,CloudWatchAsyncClient>

Creates MonitoringContext or Injector instances based on the most commonly requested arguments.

Note that Threadsafe objects will be bound as singletons to the Injector or Context provided.

If no Modules are specified, the default logging and http transports will be installed.

Author:
Adrian Cole
See Also:
MonitoringContext

Field Summary
 
Fields inherited from class org.jclouds.rest.RestContextBuilder
asyncClientType, modules, properties, syncClientType
 
Constructor Summary
CloudWatchContextBuilder(Properties props)
           
 
Method Summary
protected  void addClientModule(List<com.google.inject.Module> modules)
           
 
Methods inherited from class org.jclouds.rest.RestContextBuilder
addClientModuleIfNotPresent, addContextModule, addContextModuleIfNotPresent, addCredentialStoreIfNotPresent, addExecutorServiceIfNotPresent, addHttpModuleIfNeededAndNotPresent, addLoggingModuleIfNotPresent, buildContext, buildInjector, getProperties, ifHttpConfigureRestOtherwiseGuiceClientFactory, withModules
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloudWatchContextBuilder

public CloudWatchContextBuilder(Properties props)
Method Detail

addClientModule

protected void addClientModule(List<com.google.inject.Module> modules)
Overrides:
addClientModule in class RestContextBuilder<CloudWatchClient,CloudWatchAsyncClient>


Copyright © 2009-2012 jclouds. All Rights Reserved.