|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectbexee.model.AbstractBPELElementVisitor
bexee.model.AtomicActivityVisitor
bexee.model.IsSynchronousProcessVisitor
This implementation of a BPELElementVisitor is used to
discover whether a BPELProcess is synchronous or not. Only those
BPELProcesses with a Reply activity are synchronous.
| Constructor Summary | |
IsSynchronousProcessVisitor()
|
|
| Method Summary | |
boolean |
isSynchronous()
Return a boolean indicating whether the visited process is synchronous. |
void |
visit(Reply reply)
Once this method will be called, this visitor will know that the visited BPELProcess has a Reply and is therefore a synchronous
process. |
| Methods inherited from class bexee.model.AtomicActivityVisitor |
visit, visit, visit, visit |
| Methods inherited from class bexee.model.AbstractBPELElementVisitor |
visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public IsSynchronousProcessVisitor()
| Method Detail |
public boolean isSynchronous()
public void visit(Reply reply)
Reply and is therefore a synchronous
process.
visit in interface BPELElementVisitorvisit in class AbstractBPELElementVisitor
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||