|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--ajanta.pattern.Pattern
|
+--ajanta.pattern.PatternCollection
|
+--ajanta.pattern.Split
|
+--ajanta.pattern.SplitJoin
|
+--ajanta.pattern.SplitJoinAny
It is a subclass of the abstract class SplitJoin.Here the parent waits only for the first child to return before it proceeds.
SplitJoin,
Serialized Form| Field Summary |
| Fields inherited from class ajanta.pattern.Split |
childClassName, noOfChild |
| Fields inherited from class ajanta.pattern.PatternCollection |
current, list |
| Fields inherited from class ajanta.pattern.Pattern |
action, DONE, FAILED, NOTDONE, status |
| Constructor Summary | |
SplitJoinAny()
|
|
SplitJoinAny(java.lang.String className)
|
|
| Method Summary | |
int |
setCounter()
Counter value is set to 2 ( one for child and one for the parent ) |
| Methods inherited from class ajanta.pattern.SplitJoin |
join, next |
| Methods inherited from class ajanta.pattern.Split |
createAgent, reset, scan, setAgentResource |
| Methods inherited from class ajanta.pattern.PatternCollection |
currentEntry, firstEntry, insert, print |
| Methods inherited from class ajanta.pattern.Pattern |
getName, setName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SplitJoinAny()
public SplitJoinAny(java.lang.String className)
| Method Detail |
public int setCounter()
setCounter in class SplitJoin
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||