Package org.jclouds.compute.config
Class BaseComputeServiceContextModule.RunScriptOnNodeFactoryImpl
java.lang.Object
org.jclouds.compute.config.BaseComputeServiceContextModule.RunScriptOnNodeFactoryImpl
- All Implemented Interfaces:
RunScriptOnNode.Factory
- Enclosing class:
BaseComputeServiceContextModule
@Singleton
public static class BaseComputeServiceContextModule.RunScriptOnNodeFactoryImpl
extends Object
implements RunScriptOnNode.Factory
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(NodeMetadata node, Statement runScript, RunScriptOptions options) submit
(NodeMetadata node, Statement script, RunScriptOptions options)
-
Method Details
-
create
- Specified by:
create
in interfaceRunScriptOnNode.Factory
-
submit
public BlockUntilInitScriptStatusIsZeroThenReturnOutput submit(NodeMetadata node, Statement script, RunScriptOptions options) - Specified by:
submit
in interfaceRunScriptOnNode.Factory
-