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

Author:
Adrian Cole

Field Summary
protected  NodeMetadata node
           
protected  Statement statement
           
 
Constructor Summary
StatementOnNode(Statement statement, NodeMetadata node)
           
 
Method Summary
 boolean equals(Object o)
           
 NodeMetadata getNode()
           
 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 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()

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-2012 jclouds. All Rights Reserved.