public class WaitForLedgerCommit implements WaitingRequest
Constructor and Description |
---|
WaitForLedgerCommit(SecureHash hash,
FlowStateMachineImpl<?> fiber) |
Modifier and Type | Method and Description |
---|---|
SecureHash |
component1() |
FlowStateMachineImpl<?> |
component2() |
WaitForLedgerCommit |
copy(SecureHash hash,
FlowStateMachineImpl<?> fiber) |
boolean |
equals(java.lang.Object p) |
FlowStateMachineImpl<?> |
getFiber() |
SecureHash |
getHash() |
StackSnapshot |
getStackTraceInCaseOfProblems() |
int |
hashCode() |
java.lang.String |
toString() |
getStackTraceInCaseOfProblems
public WaitForLedgerCommit(SecureHash hash, FlowStateMachineImpl<?> fiber)
public StackSnapshot getStackTraceInCaseOfProblems()
public SecureHash getHash()
public FlowStateMachineImpl<?> getFiber()
public SecureHash component1()
public FlowStateMachineImpl<?> component2()
public WaitForLedgerCommit copy(SecureHash hash, FlowStateMachineImpl<?> fiber)
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)