com.sun.faban.driver.engine
Class FixedSequence.Selector

java.lang.Object
  extended by com.sun.faban.driver.engine.Mix.Selector
      extended by com.sun.faban.driver.engine.FixedSequence.Selector
Enclosing class:
FixedSequence

public static class FixedSequence.Selector
extends Mix.Selector

The selector implementation for the fixed sequence.


Method Summary
 void reset()
          Resets the selector's state to start at the first op, if applicable.
 int select()
          The select method selects the operation to run next.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

select

public int select()
The select method selects the operation to run next.

Specified by:
select in class Mix.Selector
Returns:
The operation index selected to run next

reset

public void reset()
Resets the selector's state to start at the first op, if applicable.

Specified by:
reset in class Mix.Selector