org.jclouds.compute
Interface Utils

All Superinterfaces:
Utils

public interface Utils
extends Utils

Author:
Adrian Cole

Method Summary
 SshClient.Factory getSshClientFactory()
           
 SshClient.Factory sshFactory()
           
 com.google.common.base.Function<NodeMetadata,SshClient> sshForNode()
           
 
Methods inherited from interface org.jclouds.rest.Utils
asyncHttp, crypto, date, getCrypto, getDateService, getHttpAsyncClient, getHttpClient, getIoExecutor, getJson, getLoggerFactory, getUserExecutor, http, ioExecutor, json, loggerFactory, userExecutor
 

Method Detail

getSshClientFactory

@Nullable
SshClient.Factory getSshClientFactory()

sshFactory

@Nullable
SshClient.Factory sshFactory()

sshForNode

com.google.common.base.Function<NodeMetadata,SshClient> sshForNode()
Returns:
function that gets an ssh client for a node that is available via ssh.


Copyright © 2009-2011 jclouds. All Rights Reserved.