org.jclouds.compute.internal
Class UtilsImpl

java.lang.Object
  extended by org.jclouds.rest.internal.UtilsImpl
      extended by org.jclouds.compute.internal.UtilsImpl
All Implemented Interfaces:
Utils

@Singleton
public class UtilsImpl
extends UtilsImpl
implements Utils

Author:
Adrian Cole

Method Summary
 SshClient.Factory getSshClientFactory()
           
 SshClient.Factory sshFactory()
           
 com.google.common.base.Function<NodeMetadata,SshClient> sshForNode()
           
 
Methods inherited from class org.jclouds.rest.internal.UtilsImpl
asyncHttp, crypto, date, eventBus, getCrypto, getDateService, getEventBus, getHttpAsyncClient, getHttpClient, getInjector, getIoExecutor, getJson, getLoggerFactory, getUserExecutor, http, injector, ioExecutor, json, loggerFactory, userExecutor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jclouds.rest.Utils
asyncHttp, crypto, date, eventBus, getCrypto, getDateService, getEventBus, getHttpAsyncClient, getHttpClient, getInjector, getIoExecutor, getJson, getLoggerFactory, getUserExecutor, http, injector, ioExecutor, json, loggerFactory, userExecutor
 

Method Detail

getSshClientFactory

public SshClient.Factory getSshClientFactory()

sshFactory

public SshClient.Factory sshFactory()

sshForNode

public 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-2012 jclouds. All Rights Reserved.