public static class FlowSessionState.Initiating
extends FlowSessionState
otherParty may be a specific peer or a service party
FlowSessionState.Initiated, FlowSessionState.Initiating| Constructor and Description |
|---|
Initiating(Party otherParty)
otherParty may be a specific peer or a service party
|
| Modifier and Type | Method and Description |
|---|---|
Party |
component1() |
FlowSessionState.Initiating |
copy(Party otherParty)
otherParty may be a specific peer or a service party
|
boolean |
equals(java.lang.Object p) |
Party |
getOtherParty() |
Party |
getSendToParty() |
int |
hashCode() |
java.lang.String |
toString() |
getSendToPartypublic Initiating(Party otherParty)
otherParty may be a specific peer or a service party
public Party getSendToParty()
public Party getOtherParty()
public Party component1()
public FlowSessionState.Initiating copy(Party otherParty)
otherParty may be a specific peer or a service party
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)