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, org.jclouds.scriptbuilder.domain.Statement runScript, RunScriptOptions options) submit(NodeMetadata node, org.jclouds.scriptbuilder.domain.Statement script, RunScriptOptions options)
-
Method Details
-
create
public RunScriptOnNode create(NodeMetadata node, org.jclouds.scriptbuilder.domain.Statement runScript, RunScriptOptions options) - Specified by:
createin interfaceRunScriptOnNode.Factory
-
submit
public BlockUntilInitScriptStatusIsZeroThenReturnOutput submit(NodeMetadata node, org.jclouds.scriptbuilder.domain.Statement script, RunScriptOptions options) - Specified by:
submitin interfaceRunScriptOnNode.Factory
-