org.jclouds.compute.config
Class BindComputeStrategiesByClass
java.lang.Object
com.google.inject.AbstractModule
org.jclouds.compute.config.BindComputeStrategiesByClass
- All Implemented Interfaces:
- com.google.inject.Module
- Direct Known Subclasses:
- CloudServersBindComputeStrategiesByClass, EC2BindComputeStrategiesByClass, GoGridBindComputeStrategiesByClass, NovaBindComputeStrategiesByClass, RimuHostingBindComputeStrategiesByClass, SlicehostBindComputeStrategiesByClass, TerremarkBindComputeStrategiesByClass, VCloudBindComputeStrategiesByClass
public abstract class BindComputeStrategiesByClass
- extends com.google.inject.AbstractModule
- Author:
- Adrian Cole
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 |
BindComputeStrategiesByClass
public BindComputeStrategiesByClass()
configure
protected void configure()
- Specified by:
configure
in class com.google.inject.AbstractModule
bindRunNodesAndAddToSetStrategy
protected void bindRunNodesAndAddToSetStrategy(Class<? extends CreateNodesInGroupThenAddToSet> clazz)
bindAddNodeWithTagStrategy
protected void bindAddNodeWithTagStrategy(Class<? extends CreateNodeWithGroupEncodedIntoName> clazz)
- needed, if
CreateNodesInGroupThenAddToSet
requires it
bindDestroyNodeStrategy
protected void bindDestroyNodeStrategy(Class<? extends DestroyNodeStrategy> clazz)
bindRebootNodeStrategy
protected void bindRebootNodeStrategy(Class<? extends RebootNodeStrategy> clazz)
bindStartNodeStrategy
protected void bindStartNodeStrategy(Class<? extends ResumeNodeStrategy> clazz)
bindStopNodeStrategy
protected void bindStopNodeStrategy(Class<? extends SuspendNodeStrategy> clazz)
bindGetNodeMetadataStrategy
protected void bindGetNodeMetadataStrategy(Class<? extends GetNodeMetadataStrategy> clazz)
bindListNodesStrategy
protected void bindListNodesStrategy(Class<? extends ListNodesStrategy> clazz)
defineRunNodesAndAddToSetStrategy
protected Class<? extends CreateNodesInGroupThenAddToSet> defineRunNodesAndAddToSetStrategy()
defineAddNodeWithTagStrategy
protected abstract Class<? extends CreateNodeWithGroupEncodedIntoName> defineAddNodeWithTagStrategy()
- needed, if
CreateNodesInGroupThenAddToSet
requires it
defineDestroyNodeStrategy
protected abstract Class<? extends DestroyNodeStrategy> defineDestroyNodeStrategy()
defineRebootNodeStrategy
protected abstract Class<? extends RebootNodeStrategy> defineRebootNodeStrategy()
defineStartNodeStrategy
protected abstract Class<? extends ResumeNodeStrategy> defineStartNodeStrategy()
defineStopNodeStrategy
protected abstract Class<? extends SuspendNodeStrategy> defineStopNodeStrategy()
defineGetNodeMetadataStrategy
protected abstract Class<? extends GetNodeMetadataStrategy> defineGetNodeMetadataStrategy()
defineListNodesStrategy
protected abstract Class<? extends ListNodesStrategy> defineListNodesStrategy()
Copyright © 2009-2011 jclouds. All Rights Reserved.