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<IPSocket>, SocketOpen
Enclosing class:
StubComputeServiceDependenciesModule

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


Constructor Summary
StubComputeServiceDependenciesModule.StubSocketOpen(ConcurrentMap<String,NodeMetadata> nodes, String publicIpPrefix)
           
 
Method Summary
 boolean apply(IPSocket 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(IPSocket input)
Specified by:
apply in interface com.google.common.base.Predicate<IPSocket>


Copyright © 2009-2011 jclouds. All Rights Reserved.