org.jclouds.compute.stub.config
Class StubComputeServiceDependenciesModule.StubSocketOpen

java.lang.Object
  extended by org.jclouds.compute.stub.config.StubComputeServiceDependenciesModule.StubSocketOpen
All Implemented Interfaces:
com.google.common.base.Predicate<com.google.common.net.HostAndPort>, org.jclouds.predicates.SocketOpen
Enclosing class:
StubComputeServiceDependenciesModule

@Singleton
public static class StubComputeServiceDependenciesModule.StubSocketOpen
extends Object
implements org.jclouds.predicates.SocketOpen


Constructor Summary
StubComputeServiceDependenciesModule.StubSocketOpen(ConcurrentMap<String,NodeMetadata> nodes, String publicIpPrefix)
           
 
Method Summary
 boolean apply(com.google.common.net.HostAndPort input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Predicate
equals
 

Constructor Detail

StubComputeServiceDependenciesModule.StubSocketOpen

@Inject
public StubComputeServiceDependenciesModule.StubSocketOpen(ConcurrentMap<String,NodeMetadata> nodes,
                                                                  @Named(value="PUBLIC_IP_PREFIX")
                                                                  String publicIpPrefix)
Method Detail

apply

public boolean apply(com.google.common.net.HostAndPort input)
Specified by:
apply in interface com.google.common.base.Predicate<com.google.common.net.HostAndPort>


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.