org.jclouds.compute.callables
Interface RunScriptOnNode.Factory

Enclosing interface:
RunScriptOnNode

public static interface RunScriptOnNode.Factory


Method Summary
 RunScriptOnNode create(NodeMetadata node, Statement script, RunScriptOptions options)
           
 com.google.common.util.concurrent.ListenableFuture<ExecResponse> submit(NodeMetadata node, Statement script, RunScriptOptions options)
           
 

Method Detail

create

RunScriptOnNode create(NodeMetadata node,
                       Statement script,
                       RunScriptOptions options)

submit

com.google.common.util.concurrent.ListenableFuture<ExecResponse> submit(NodeMetadata node,
                                                                        Statement script,
                                                                        RunScriptOptions options)


Copyright © 2009-2012 jclouds. All Rights Reserved.