org.jclouds.cloudwatch
Class CloudWatchContextBuilder
java.lang.Object
org.jclouds.rest.RestContextBuilder<CloudWatchClient,CloudWatchAsyncClient>
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 Module
s are specified, the default logging
and
http transports
will be installed.
- Author:
- Adrian Cole
- See Also:
MonitoringContext
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 |
CloudWatchContextBuilder
public CloudWatchContextBuilder(Properties props)
addClientModule
protected void addClientModule(List<com.google.inject.Module> modules)
- Overrides:
addClientModule
in class RestContextBuilder<CloudWatchClient,CloudWatchAsyncClient>
Copyright © 2009-2011 jclouds. All Rights Reserved.