org.jclouds.compute.events
Class StatementOnNode

java.lang.Object
  extended by org.jclouds.compute.events.StatementOnNode
Direct Known Subclasses:
StatementOnNodeCompletion, StatementOnNodeFailure, StatementOnNodeSubmission

@Beta
public class StatementOnNode
extends Object


Field Summary
protected  NodeMetadata node
           
protected  org.jclouds.scriptbuilder.domain.Statement statement
           
 
Constructor Summary
StatementOnNode(org.jclouds.scriptbuilder.domain.Statement statement, NodeMetadata node)
           
 
Method Summary
 boolean equals(Object o)
           
 NodeMetadata getNode()
           
 org.jclouds.scriptbuilder.domain.Statement getStatement()
           
 int hashCode()
           
protected  com.google.common.base.Objects.ToStringHelper string()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

statement

protected final org.jclouds.scriptbuilder.domain.Statement statement

node

protected final NodeMetadata node
Constructor Detail

StatementOnNode

public StatementOnNode(org.jclouds.scriptbuilder.domain.Statement statement,
                       NodeMetadata node)
Method Detail

getStatement

public org.jclouds.scriptbuilder.domain.Statement getStatement()

getNode

public NodeMetadata getNode()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object

string

protected com.google.common.base.Objects.ToStringHelper string()


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