org.jclouds.compute.events
Class InitScriptOnNodeSubmission
java.lang.Object
org.jclouds.compute.events.StatementOnNode
org.jclouds.compute.events.StatementOnNodeSubmission
org.jclouds.compute.events.InitScriptOnNodeSubmission
@Beta
public class InitScriptOnNodeSubmission
- extends StatementOnNodeSubmission
An init script was submitted to a node for exectuion.
Note this does not guarantee that there was success, nor that the init script started.
- Author:
- Adrian Cole
InitScriptOnNodeSubmission
public InitScriptOnNodeSubmission(InitScript statement,
NodeMetadata node)
getStatement
public InitScript getStatement()
- Overrides:
getStatement
in class StatementOnNode
Copyright © 2009-2012 jclouds. All Rights Reserved.