org.jclouds.compute.config
Class BaseComputeServiceContextModule.RunScriptOnNodeFactoryImpl

java.lang.Object
  extended by 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
 RunScriptOnNode create(NodeMetadata node, org.jclouds.scriptbuilder.domain.Statement runScript, RunScriptOptions options)
           
 BlockUntilInitScriptStatusIsZeroThenReturnOutput submit(NodeMetadata node, org.jclouds.scriptbuilder.domain.Statement script, RunScriptOptions options)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public RunScriptOnNode create(NodeMetadata node,
                              org.jclouds.scriptbuilder.domain.Statement runScript,
                              RunScriptOptions options)
Specified by:
create in interface RunScriptOnNode.Factory

submit

public BlockUntilInitScriptStatusIsZeroThenReturnOutput submit(NodeMetadata node,
                                                               org.jclouds.scriptbuilder.domain.Statement script,
                                                               RunScriptOptions options)
Specified by:
submit in interface RunScriptOnNode.Factory


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.