org.jclouds.savvis.vpdc.compute.config
Class VPDCComputeServiceContextModule

java.lang.Object
  extended by com.google.inject.AbstractModule
      extended by org.jclouds.compute.config.BaseComputeServiceContextModule
          extended by org.jclouds.compute.config.ComputeServiceAdapterContextModule<VPDCClient,VPDCAsyncClient,VM,VMSpec,org.jclouds.compute.domain.CIMOperatingSystem,Network>
              extended by org.jclouds.savvis.vpdc.compute.config.VPDCComputeServiceContextModule
All Implemented Interfaces:
com.google.inject.Module

public class VPDCComputeServiceContextModule
extends org.jclouds.compute.config.ComputeServiceAdapterContextModule<VPDCClient,VPDCAsyncClient,VM,VMSpec,org.jclouds.compute.domain.CIMOperatingSystem,Network>

Author:
Adrian Cole

Field Summary
 
Fields inherited from class org.jclouds.compute.config.BaseComputeServiceContextModule
authException
 
Constructor Summary
VPDCComputeServiceContextModule()
           
 
Method Summary
protected  void configure()
           
protected  org.jclouds.compute.domain.TemplateBuilder provideTemplate(com.google.inject.Injector injector, org.jclouds.compute.domain.TemplateBuilder template)
           
 
Methods inherited from class org.jclouds.compute.config.ComputeServiceAdapterContextModule
defineAddNodeWithTagStrategy, defineDestroyNodeStrategy, defineGetNodeMetadataStrategy, defineListNodesStrategy, defineRebootNodeStrategy, defineStartNodeStrategy, defineStopNodeStrategy, provideHardware, provideImages, provideLocations
 
Methods inherited from class org.jclouds.compute.config.BaseComputeServiceContextModule
indexer, provideImageMap, provideNamingConvention, provideOsVersionMap, provideSizeMap, provideTemplateOptions, supplyImageCache, supplySizeCache
 
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

VPDCComputeServiceContextModule

public VPDCComputeServiceContextModule()
Method Detail

provideTemplate

protected org.jclouds.compute.domain.TemplateBuilder provideTemplate(com.google.inject.Injector injector,
                                                                     org.jclouds.compute.domain.TemplateBuilder template)
Overrides:
provideTemplate in class org.jclouds.compute.config.BaseComputeServiceContextModule

configure

protected void configure()
Overrides:
configure in class org.jclouds.compute.config.ComputeServiceAdapterContextModule<VPDCClient,VPDCAsyncClient,VM,VMSpec,org.jclouds.compute.domain.CIMOperatingSystem,Network>


Copyright © 2009-2011 jclouds. All Rights Reserved.