public class FlowSession
Constructor and Description |
---|
FlowSession(FlowLogic<?> flow,
long ourSessionId,
Party initiatingParty,
FlowSessionState state) |
Modifier and Type | Method and Description |
---|---|
FlowStateMachineImpl<?> |
getFiber() |
FlowLogic<?> |
getFlow() |
Party |
getInitiatingParty() |
long |
getOurSessionId() |
java.util.concurrent.ConcurrentLinkedQueue<net.corda.node.services.statemachine.ReceivedSessionMessage> |
getReceivedMessages() |
FlowSessionState |
getState() |
void |
setState(FlowSessionState p) |
java.lang.String |
toString() |
public FlowSession(FlowLogic<?> flow, long ourSessionId, Party initiatingParty, FlowSessionState state)
public java.util.concurrent.ConcurrentLinkedQueue<net.corda.node.services.statemachine.ReceivedSessionMessage> getReceivedMessages()
public FlowStateMachineImpl<?> getFiber()
public java.lang.String toString()
public FlowLogic<?> getFlow()
public long getOurSessionId()
public Party getInitiatingParty()
public FlowSessionState getState()
public void setState(FlowSessionState p)