|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectno.inspera.services.pedal.engine.Chain
public class Chain
A SequencingChain is an object provided by the sequencing engine giving a view into the invocation chain of a sequence request for a module. Sequences use the SequencingChain to invoke the next sequece object in the chain.
Field Summary | |
---|---|
protected Chain |
next
The next sequence in the chain |
protected Sequence |
seq
The sequence object |
Constructor Summary | |
---|---|
Chain()
|
Method Summary | |
---|---|
void |
doSequence(Module module)
Causes the next sequence in the chain to be invoked. |
java.lang.String |
toString()
Returns the string representation of this object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected Sequence seq
protected Chain next
Constructor Detail |
---|
public Chain()
Method Detail |
---|
public void doSequence(Module module)
module
- the module to pass along the chainpublic java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |