|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ode.bpel.rtrep.v1.OBase
org.apache.ode.bpel.rtrep.v1.OAgent
org.apache.ode.bpel.rtrep.v1.OActivity
org.apache.ode.bpel.rtrep.v1.OPickReceive
public class OPickReceive
Compiled rerperesentation of the BPEL <pick>
and
<receive>
activities. Because the latter is essentially
a simplified version of the former, at run-time we do not distinguish
between the two.
Nested Class Summary | |
---|---|
static class |
OPickReceive.OnAlarm
|
static class |
OPickReceive.OnMessage
|
Field Summary | |
---|---|
boolean |
createInstanceFlag
|
java.util.List<OPickReceive.OnAlarm> |
onAlarms
|
java.util.List<OPickReceive.OnMessage> |
onMessages
|
Fields inherited from class org.apache.ode.bpel.rtrep.v1.OActivity |
---|
failureHandling, joinCondition, name, sourceLinks, suppressJoinFailure, targetLinks |
Fields inherited from class org.apache.ode.bpel.rtrep.v1.OAgent |
---|
incomingLinks, nested, outgoingLinks, variableRd, variableWr |
Fields inherited from class org.apache.ode.bpel.rtrep.v1.OBase |
---|
debugInfo |
Constructor Summary | |
---|---|
OPickReceive(OProcess owner,
OActivity parent)
|
Method Summary |
---|
Methods inherited from class org.apache.ode.bpel.rtrep.v1.OActivity |
---|
getFailureHandling, getParent, getType, setFailureHandling, toString |
Methods inherited from class org.apache.ode.bpel.rtrep.v1.OBase |
---|
equals, getExtensibilityElements, getId, getOwner, hashCode |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final java.util.List<OPickReceive.OnMessage> onMessages
public final java.util.List<OPickReceive.OnAlarm> onAlarms
public boolean createInstanceFlag
Constructor Detail |
---|
public OPickReceive(OProcess owner, OActivity parent)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |