org.jclouds.compute.functions
Class CreateSshClientOncePortIsListeningOnNode
java.lang.Object
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
|
| 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 |
logger
@Named(value="jclouds.compute")
protected org.jclouds.logging.Logger logger
CreateSshClientOncePortIsListeningOnNode
@Inject
public CreateSshClientOncePortIsListeningOnNode(OpenSocketFinder openSocketFinder,
ComputeServiceConstants.Timeouts timeouts)
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.