public static class StateMachineManager.FlowSession
Constructor and Description |
---|
FlowSession(FlowLogic<?> flow,
long ourSessionId,
Party initiatingParty,
StateMachineManager.FlowSessionState state,
boolean waitingForResponse) |
Modifier and Type | Method and Description |
---|---|
FlowLogic<?> |
component1() |
long |
component2() |
Party |
component3() |
StateMachineManager.FlowSessionState |
component4() |
boolean |
component5() |
StateMachineManager.FlowSession |
copy(FlowLogic<?> flow,
long ourSessionId,
Party initiatingParty,
StateMachineManager.FlowSessionState state,
boolean waitingForResponse) |
boolean |
equals(java.lang.Object p) |
FlowStateMachineImpl<?> |
getFiber() |
FlowLogic<?> |
getFlow() |
Party |
getInitiatingParty() |
long |
getOurSessionId() |
java.util.concurrent.ConcurrentLinkedQueue<net.corda.node.services.statemachine.ReceivedSessionMessage> |
getReceivedMessages() |
StateMachineManager.FlowSessionState |
getState() |
boolean |
getWaitingForResponse() |
int |
hashCode() |
void |
setState(StateMachineManager.FlowSessionState p) |
void |
setWaitingForResponse(boolean p) |
java.lang.String |
toString() |
public FlowSession(FlowLogic<?> flow, long ourSessionId, Party initiatingParty, StateMachineManager.FlowSessionState state, boolean waitingForResponse)
public java.util.concurrent.ConcurrentLinkedQueue<net.corda.node.services.statemachine.ReceivedSessionMessage> getReceivedMessages()
public FlowStateMachineImpl<?> getFiber()
public FlowLogic<?> getFlow()
public long getOurSessionId()
public Party getInitiatingParty()
public StateMachineManager.FlowSessionState getState()
public void setState(StateMachineManager.FlowSessionState p)
public boolean getWaitingForResponse()
public void setWaitingForResponse(boolean p)
public FlowLogic<?> component1()
public long component2()
public Party component3()
public StateMachineManager.FlowSessionState component4()
public boolean component5()
public StateMachineManager.FlowSession copy(FlowLogic<?> flow, long ourSessionId, Party initiatingParty, StateMachineManager.FlowSessionState state, boolean waitingForResponse)
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)