| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|
com.newstep.solid.test.processor.performance.decoders
public abstract class TestDecoder
Base class for all decoders that implement messages of type com.newstep.solid.test.performance.decoders.TestMessage
Abstract.
Implements:
MessageDecoder
Links:
Implementation Implementation Link
Base class for all decoders that implement messages of type com.newstep.solid.test.performance.decoders.TestMessage
| Field Summary |
private int |
|
private Logger |
|
| Constructor Summary |
public void |
|
| Method Summary |
public ArrayList |
|
public abstract boolean |
|
private int decodingDelay
Multiplicity:
1
private Logger logger
Multiplicity:
1
public void TestDecoder (Integer decodingDelay)
Constructor
Parameters:
decodingDelay the time the decoder takes to while running to
simulate 'decoding' a message
Stereotype:
create
public ArrayList decode (Message message)
Custom properties
noinspection:
DuplicateStringLiteralInspection
public abstract boolean verifyMessageType (TestMessage message)
Verifies that the messages input are really meant to be decoded by the
appropriate decoder
Parameters:
message the message to decoder
Return:
true/false indicating whether the message is of the correct type
or not
Abstract.
| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|