|
|||||||||
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.OWait
public class OWait
Wait object
Field Summary | |
---|---|
OExpression |
forExpression
|
OExpression |
untilExpression
|
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 | |
---|---|
OWait(OProcess owner,
OActivity parent)
|
Method Summary | |
---|---|
boolean |
hasFor()
Is wait a duration? |
boolean |
hasUntil()
Is wait an until? |
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 OExpression forExpression
public OExpression untilExpression
Constructor Detail |
---|
public OWait(OProcess owner, OActivity parent)
Method Detail |
---|
public boolean hasFor()
public boolean hasUntil()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |