|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jclouds.compute.events.StatementOnNode org.jclouds.compute.events.StatementOnNodeFailure
@Beta public class StatementOnNodeFailure
A statement that failed execution on a node.
Field Summary |
---|
Fields inherited from class org.jclouds.compute.events.StatementOnNode |
---|
node, statement |
Constructor Summary | |
---|---|
StatementOnNodeFailure(Statement statement,
NodeMetadata node,
Throwable cause)
|
Method Summary | |
---|---|
Throwable |
getCause()
|
protected com.google.common.base.Objects.ToStringHelper |
string()
|
Methods inherited from class org.jclouds.compute.events.StatementOnNode |
---|
equals, getNode, getStatement, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StatementOnNodeFailure(Statement statement, NodeMetadata node, Throwable cause)
Method Detail |
---|
public Throwable getCause()
protected com.google.common.base.Objects.ToStringHelper string()
string
in class StatementOnNode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |