public static class OPickReceive.OnMessage extends OBase
Modifier and Type | Field and Description |
---|---|
OActivity |
activity |
java.util.List<OScope.CorrelationSet> |
initCorrelations
Correlations to initialize.
|
java.util.List<OScope.CorrelationSet> |
joinCorrelations
Correlations to join on.
|
java.util.List<OScope.CorrelationSet> |
matchCorrelations
Correlations to match on.
|
java.lang.String |
messageExchangeId
OASIS addition for disambiguating receives (optional).
|
javax.wsdl.Operation |
operation |
OPartnerLink |
partnerLink |
java.lang.String |
route |
OScope.Variable |
variable |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCorrelatorId() |
public final java.util.List<OScope.CorrelationSet> initCorrelations
public java.util.List<OScope.CorrelationSet> matchCorrelations
public final java.util.List<OScope.CorrelationSet> joinCorrelations
public OPartnerLink partnerLink
public javax.wsdl.Operation operation
public OScope.Variable variable
public OActivity activity
public java.lang.String messageExchangeId
public java.lang.String route
public OnMessage(OProcess owner)