public abstract class BindComputeStrategiesByClass
extends com.google.inject.AbstractModule
Constructor and Description |
---|
BindComputeStrategiesByClass() |
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
protected void configure()
configure
in class com.google.inject.AbstractModule
protected void bindRunNodesAndAddToSetStrategy(Class<? extends CreateNodesInGroupThenAddToSet> clazz)
protected void bindAddNodeWithTagStrategy(Class<? extends CreateNodeWithGroupEncodedIntoName> clazz)
CreateNodesInGroupThenAddToSet
requires itprotected void bindDestroyNodeStrategy(Class<? extends DestroyNodeStrategy> clazz)
protected void bindRebootNodeStrategy(Class<? extends RebootNodeStrategy> clazz)
protected void bindStartNodeStrategy(Class<? extends ResumeNodeStrategy> clazz)
protected void bindStopNodeStrategy(Class<? extends SuspendNodeStrategy> clazz)
protected void bindGetNodeMetadataStrategy(Class<? extends GetNodeMetadataStrategy> clazz)
protected void bindListNodesStrategy(Class<? extends ListNodesStrategy> clazz)
protected Class<? extends CreateNodesInGroupThenAddToSet> defineRunNodesAndAddToSetStrategy()
protected abstract Class<? extends CreateNodeWithGroupEncodedIntoName> defineAddNodeWithTagStrategy()
CreateNodesInGroupThenAddToSet
requires itprotected abstract Class<? extends DestroyNodeStrategy> defineDestroyNodeStrategy()
protected abstract Class<? extends RebootNodeStrategy> defineRebootNodeStrategy()
protected abstract Class<? extends ResumeNodeStrategy> defineStartNodeStrategy()
protected abstract Class<? extends SuspendNodeStrategy> defineStopNodeStrategy()
protected abstract Class<? extends GetNodeMetadataStrategy> defineGetNodeMetadataStrategy()
protected abstract Class<? extends ListNodesStrategy> defineListNodesStrategy()
Copyright © 2009-2012 jclouds. All Rights Reserved.