org.jclouds.trmk.vcloud_0_8.compute.config
Class TerremarkBindComputeSuppliersByClass

java.lang.Object
  extended by com.google.inject.AbstractModule
      extended by org.jclouds.compute.config.BindComputeSuppliersByClass
          extended by org.jclouds.trmk.vcloud_0_8.compute.config.TerremarkBindComputeSuppliersByClass
All Implemented Interfaces:
com.google.inject.Module

public class TerremarkBindComputeSuppliersByClass
extends BindComputeSuppliersByClass

Author:
Adrian Cole

Nested Class Summary
static class TerremarkBindComputeSuppliersByClass.DefaultVDC
           
 
Constructor Summary
TerremarkBindComputeSuppliersByClass()
           
 
Method Summary
protected  Class<? extends com.google.common.base.Supplier<Location>> defineDefaultLocationSupplier()
           
protected  Class<? extends com.google.common.base.Supplier<Set<? extends Hardware>>> defineHardwareSupplier()
           
protected  Class<? extends com.google.common.base.Supplier<Set<? extends Image>>> defineImageSupplier()
           
protected  Class<? extends com.google.common.base.Supplier<Set<? extends Location>>> defineLocationSupplier()
           
 
Methods inherited from class org.jclouds.compute.config.BindComputeSuppliersByClass
bindDefaultLocationSupplier, bindHardwareSupplier, bindImageSupplier, bindLocationSupplier, 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

TerremarkBindComputeSuppliersByClass

public TerremarkBindComputeSuppliersByClass()
Method Detail

defineHardwareSupplier

protected Class<? extends com.google.common.base.Supplier<Set<? extends Hardware>>> defineHardwareSupplier()
Specified by:
defineHardwareSupplier in class BindComputeSuppliersByClass

defineLocationSupplier

protected Class<? extends com.google.common.base.Supplier<Set<? extends Location>>> defineLocationSupplier()
Overrides:
defineLocationSupplier in class BindComputeSuppliersByClass

defineDefaultLocationSupplier

protected Class<? extends com.google.common.base.Supplier<Location>> defineDefaultLocationSupplier()
Overrides:
defineDefaultLocationSupplier in class BindComputeSuppliersByClass

defineImageSupplier

protected Class<? extends com.google.common.base.Supplier<Set<? extends Image>>> defineImageSupplier()
Specified by:
defineImageSupplier in class BindComputeSuppliersByClass


Copyright © 2009-2011 jclouds. All Rights Reserved.