|
||||||||||
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.Sequence
A sequence pattern is composed of an ordered list of Patterns. The traversal of this pattern implies a traversal of the Patterns in the list in sequential order.
PatternCollection
,
Pattern
,
Serialized FormField Summary |
Fields inherited from class ajanta.pattern.PatternCollection |
current, list |
Fields inherited from class ajanta.pattern.Pattern |
action, DONE, FAILED, NOTDONE, status |
Constructor Summary | |
Sequence()
|
Method Summary | |
protected int |
next(ajanta.server.AgentEnv host)
It calls next method of each pattern in the list in a sequential order |
protected void |
scan()
An empty method |
Methods inherited from class ajanta.pattern.PatternCollection |
currentEntry, firstEntry, insert, join, print, reset |
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 Sequence()
Method Detail |
protected int next(ajanta.server.AgentEnv host) throws java.net.UnknownHostException
next
in class Pattern
java.net.UnknownHostException
protected void scan()
scan
in class Pattern
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |