Package org.jclouds.compute.events
Class StatementOnNode
- java.lang.Object
 - 
- org.jclouds.compute.events.StatementOnNode
 
 
- 
- Direct Known Subclasses:
 StatementOnNodeCompletion,StatementOnNodeFailure,StatementOnNodeSubmission
@Beta public class StatementOnNode extends Object
 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected NodeMetadatanodeprotected Statementstatement 
- 
Constructor Summary
Constructors Constructor Description StatementOnNode(Statement statement, NodeMetadata node) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)NodeMetadatagetNode()StatementgetStatement()inthashCode()protected com.google.common.base.MoreObjects.ToStringHelperstring()StringtoString() 
 - 
 
- 
- 
Field Detail
- 
statement
protected final Statement statement
 
- 
node
protected final NodeMetadata node
 
 - 
 
- 
Constructor Detail
- 
StatementOnNode
public StatementOnNode(Statement statement, NodeMetadata node)
 
 - 
 
- 
Method Detail
- 
getStatement
public Statement getStatement()
 
- 
getNode
public NodeMetadata getNode()
 
- 
string
protected com.google.common.base.MoreObjects.ToStringHelper string()
 
 - 
 
 -