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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RunScriptOnNodecreate(NodeMetadata node, Statement runScript, RunScriptOptions options)BlockUntilInitScriptStatusIsZeroThenReturnOutputsubmit(NodeMetadata node, Statement script, RunScriptOptions options) 
 - 
 
- 
- 
Method Detail
- 
create
public RunScriptOnNode create(NodeMetadata node, Statement runScript, RunScriptOptions options)
- Specified by:
 createin interfaceRunScriptOnNode.Factory
 
- 
submit
public BlockUntilInitScriptStatusIsZeroThenReturnOutput submit(NodeMetadata node, Statement script, RunScriptOptions options)
- Specified by:
 submitin interfaceRunScriptOnNode.Factory
 
 - 
 
 -