org.apache.felix.dm.test.bundle.annotation.sequencer
Interface Sequencer


public interface Sequencer

Service used to ensure that steps happen in the expected order.


Method Summary
 void step()
          Proceed with the next step.
 void step(int step)
          Crosses a given step.
 void waitForStep(int step, int timeout)
          Wait for a given step to occur.
 

Method Detail

step

void step()
Proceed with the next step.


step

void step(int step)
Crosses a given step.

Parameters:
step - the step we are crossing

waitForStep

void waitForStep(int step,
                 int timeout)
Wait for a given step to occur.

Parameters:
nr - the step we are waiting for
timeout - max milliseconds to wait.


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.