| 
||||||||||
| 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.Loop
                    |
                    +--ajanta.pattern.LoopSet
A LoopSet pattern is composed similar as Loop Pattern. If the next entry is unreachable it is skipped and the traversal continues
PatternCollection, 
Pattern, 
Serialized Form| Field Summary | |
protected  int | 
failedCount
 | 
| Fields inherited from class ajanta.pattern.Loop | 
loopInterval | 
| Fields inherited from class ajanta.pattern.PatternCollection | 
current, list | 
| Fields inherited from class ajanta.pattern.Pattern | 
action, DONE, FAILED, NOTDONE, status | 
| Constructor Summary | |
LoopSet()
 | 
|
| Method Summary | |
protected  int | 
next(ajanta.server.AgentEnv host)
The pattern traversal is determined by the abstarct method next.  | 
protected  void | 
reset()
It sets the status of all the patterns in the list to NOTDONE  | 
| Methods inherited from class ajanta.pattern.Loop | 
scan, setItinFinished, setLoopInterval | 
| Methods inherited from class ajanta.pattern.PatternCollection | 
currentEntry, firstEntry, insert, join, 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 | 
| Field Detail | 
protected int failedCount
| Constructor Detail | 
public LoopSet()
| Method Detail | 
protected int next(ajanta.server.AgentEnv host)
            throws java.net.UnknownHostException
Pattern
next in class Loopjava.net.UnknownHostExceptionprotected void reset()
PatternCollection
reset in class Loop
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||