org.jclouds.compute.functions
Class CreateSshClientOncePortIsListeningOnNode

java.lang.Object
  extended by org.jclouds.compute.functions.CreateSshClientOncePortIsListeningOnNode
All Implemented Interfaces:
com.google.common.base.Function<NodeMetadata,SshClient>

@Singleton
public class CreateSshClientOncePortIsListeningOnNode
extends Object
implements com.google.common.base.Function<NodeMetadata,SshClient>


Field Summary
protected  org.jclouds.logging.Logger logger
           
 
Constructor Summary
CreateSshClientOncePortIsListeningOnNode(OpenSocketFinder openSocketFinder, ComputeServiceConstants.Timeouts timeouts)
           
 
Method Summary
 SshClient apply(NodeMetadata node)
           
 
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.Function
equals
 

Field Detail

logger

@Named(value="jclouds.compute")
protected org.jclouds.logging.Logger logger
Constructor Detail

CreateSshClientOncePortIsListeningOnNode

@Inject
public CreateSshClientOncePortIsListeningOnNode(OpenSocketFinder openSocketFinder,
                                                       ComputeServiceConstants.Timeouts timeouts)
Method Detail

apply

public SshClient apply(NodeMetadata node)
Specified by:
apply in interface com.google.common.base.Function<NodeMetadata,SshClient>


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