org.jclouds.compute.callables
Interface RunScriptOnNode.Factory
- All Known Implementing Classes:
- BaseComputeServiceContextModule.RunScriptOnNodeFactoryImpl
- Enclosing interface:
- RunScriptOnNode
public static interface RunScriptOnNode.Factory
create
RunScriptOnNode create(NodeMetadata node,
org.jclouds.scriptbuilder.domain.Statement script,
RunScriptOptions options)
submit
com.google.common.util.concurrent.ListenableFuture<ExecResponse> submit(NodeMetadata node,
org.jclouds.scriptbuilder.domain.Statement script,
RunScriptOptions options)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.