Package 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:
EC2BindComputeStrategiesByClass
public abstract class BindComputeStrategiesByClass
extends com.google.inject.AbstractModule
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
bindAddNodeWithTagStrategy
(Class<? extends CreateNodeWithGroupEncodedIntoName> clazz) needed, ifCreateNodesInGroupThenAddToSet
requires itprotected void
bindDestroyNodeStrategy
(Class<? extends DestroyNodeStrategy> clazz) protected void
bindGetImageStrategy
(Class<? extends GetImageStrategy> clazz) protected void
bindGetNodeMetadataStrategy
(Class<? extends GetNodeMetadataStrategy> clazz) protected void
bindListNodesStrategy
(Class<? extends ListNodesStrategy> clazz) protected void
bindRebootNodeStrategy
(Class<? extends RebootNodeStrategy> clazz) protected void
bindRunNodesAndAddToSetStrategy
(Class<? extends CreateNodesInGroupThenAddToSet> clazz) protected void
bindStartNodeStrategy
(Class<? extends ResumeNodeStrategy> clazz) protected void
bindStopNodeStrategy
(Class<? extends SuspendNodeStrategy> clazz) protected void
protected abstract Class
<? extends CreateNodeWithGroupEncodedIntoName> needed, ifCreateNodesInGroupThenAddToSet
requires itprotected abstract Class
<? extends DestroyNodeStrategy> protected abstract Class
<? extends GetImageStrategy> protected abstract Class
<? extends GetNodeMetadataStrategy> protected abstract Class
<? extends ListNodesStrategy> protected abstract Class
<? extends RebootNodeStrategy> protected Class
<? extends CreateNodesInGroupThenAddToSet> protected abstract Class
<? extends ResumeNodeStrategy> protected abstract Class
<? extends SuspendNodeStrategy> Methods inherited from class com.google.inject.AbstractModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestInjection, requestStaticInjection, requireBinding, requireBinding
-
Constructor Details
-
BindComputeStrategiesByClass
public BindComputeStrategiesByClass()
-
-
Method Details
-
configure
protected void configure()- Overrides:
configure
in classcom.google.inject.AbstractModule
-
bindRunNodesAndAddToSetStrategy
protected void bindRunNodesAndAddToSetStrategy(Class<? extends CreateNodesInGroupThenAddToSet> clazz) -
bindAddNodeWithTagStrategy
protected void bindAddNodeWithTagStrategy(Class<? extends CreateNodeWithGroupEncodedIntoName> clazz) needed, ifCreateNodesInGroupThenAddToSet
requires it -
bindDestroyNodeStrategy
-
bindRebootNodeStrategy
-
bindStartNodeStrategy
-
bindStopNodeStrategy
-
bindGetNodeMetadataStrategy
-
bindGetImageStrategy
-
bindListNodesStrategy
-
defineRunNodesAndAddToSetStrategy
-
defineAddNodeWithTagStrategy
protected abstract Class<? extends CreateNodeWithGroupEncodedIntoName> defineAddNodeWithTagStrategy()needed, ifCreateNodesInGroupThenAddToSet
requires it -
defineDestroyNodeStrategy
-
defineRebootNodeStrategy
-
defineStartNodeStrategy
-
defineStopNodeStrategy
-
defineGetNodeMetadataStrategy
-
defineGetImageStrategy
-
defineListNodesStrategy
-