org.jclouds.vcloud.compute.config
Class CommonVCloudComputeServiceContextModule

java.lang.Object
  extended by com.google.inject.AbstractModule
      extended by org.jclouds.compute.config.BaseComputeServiceContextModule
          extended by org.jclouds.vcloud.compute.config.CommonVCloudComputeServiceContextModule
All Implemented Interfaces:
com.google.inject.Module

public abstract class CommonVCloudComputeServiceContextModule
extends org.jclouds.compute.config.BaseComputeServiceContextModule

Configures the VCloudComputeServiceContext; requires VCloudComputeClientImpl bound.

Author:
Adrian Cole

Field Summary
static Map<Status,org.jclouds.compute.domain.NodeState> VAPPSTATUS_TO_NODESTATE
           
 
Fields inherited from class org.jclouds.compute.config.BaseComputeServiceContextModule
authException
 
Constructor Summary
CommonVCloudComputeServiceContextModule()
           
 
Method Summary
protected  void configure()
           
abstract  org.jclouds.compute.config.BindComputeStrategiesByClass defineComputeStrategyModule()
           
abstract  org.jclouds.compute.config.BindComputeSuppliersByClass defineComputeSupplierModule()
           
protected  Map<Status,org.jclouds.compute.domain.NodeState> provideVAppStatusToNodeState()
           
 
Methods inherited from class org.jclouds.compute.config.BaseComputeServiceContextModule
indexer, provideImageMap, provideNamingConvention, provideOsVersionMap, provideSizeMap, provideTemplate, 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
 

Field Detail

VAPPSTATUS_TO_NODESTATE

public static final Map<Status,org.jclouds.compute.domain.NodeState> VAPPSTATUS_TO_NODESTATE
Constructor Detail

CommonVCloudComputeServiceContextModule

public CommonVCloudComputeServiceContextModule()
Method Detail

provideVAppStatusToNodeState

@Singleton
@Provides
protected Map<Status,org.jclouds.compute.domain.NodeState> provideVAppStatusToNodeState()

configure

protected void configure()
Overrides:
configure in class org.jclouds.compute.config.BaseComputeServiceContextModule

defineComputeStrategyModule

public abstract org.jclouds.compute.config.BindComputeStrategiesByClass defineComputeStrategyModule()

defineComputeSupplierModule

public abstract org.jclouds.compute.config.BindComputeSuppliersByClass defineComputeSupplierModule()


Copyright © 2009-2011 jclouds. All Rights Reserved.