| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|
com.newstep.solid.test.processor.performance.handlers
|
Class TestEventSequentialHandler
|
|
|
+--com.newstep.solid.test.processor.performance.handlers.TestEventSequentialHandler
public abstract class TestEventSequentialHandler
Base class for sequential event handlers meant to handle TestEventTypes
Abstract.
Links:
Generalization Generalization Link
Base class for sequential event handlers meant to handle TestEventTypes
| Field Summary |
protected long[] |
|
protected long |
|
protected int |
|
protected EVENT_TYPE |
|
| Constructor Summary |
public void |
|
| Method Summary |
protected void |
|
protected long[] lastIDs
Multiplicity:
1
protected long lastTimestamp
Multiplicity:
1
protected int processingDelay
Multiplicity:
1
protected EVENT_TYPE whichType
Multiplicity:
1
TestEventSequentialHandler
public void TestEventSequentialHandler (Integer processingDelay, EVENT_TYPE whichType)
Default constructor
Parameters:
processingDelay Delay in processing the event
whichType Constants.EVENT_TYPE representing the event being handled by the handler
Stereotype:
create
protected void verifyMessageArrival (Logger logger, TestEvent event)
Verifies that the message that arrived is in sequence
Parameters:
logger Logger for outputting debug statements
event TestEvent with information on the generated event
| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|