org.jclouds.compute.stub.config
Class StubComputeServiceDependenciesModule

java.lang.Object
  extended by com.google.inject.AbstractModule
      extended by org.jclouds.compute.stub.config.StubComputeServiceDependenciesModule
All Implemented Interfaces:
com.google.inject.Module

public class StubComputeServiceDependenciesModule
extends com.google.inject.AbstractModule

Author:
Adrian Cole

Nested Class Summary
static class StubComputeServiceDependenciesModule.StubSocketOpen
           
 
Field Summary
protected static ConcurrentMap<String,NodeMetadata> backing
           
 
Constructor Summary
StubComputeServiceDependenciesModule()
           
 
Method Summary
protected  void configure()
           
protected static void nodeWithState(NodeMetadata node, NodeState state)
           
static void setState(NodeMetadata node, NodeState state, long millis)
           
 
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

backing

protected static final ConcurrentMap<String,NodeMetadata> backing
Constructor Detail

StubComputeServiceDependenciesModule

public StubComputeServiceDependenciesModule()
Method Detail

configure

protected void configure()
Specified by:
configure in class com.google.inject.AbstractModule

nodeWithState

protected static void nodeWithState(NodeMetadata node,
                                    NodeState state)

setState

public static void setState(NodeMetadata node,
                            NodeState state,
                            long millis)


Copyright © 2009-2011 jclouds. All Rights Reserved.