| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|
com.newstep.solid.test.processor.performance.decoders
public class TestDecoderFactory
Factory class that creates message decoders for TestMessage type messages
Links:
Kernel Association Association Link
Associates type:
association
Client cardinality:
1
Client navigability:
NOT NAVIGABLE
Client visibility:
private
Supplier cardinality:
1
Supplier navigability:
NAVIGABLE
Supplier visibility:
private
| Field Summary |
private static int |
|
|
|
| Method Summary |
|
|
|
|
public static void |
|
private static int decodingDelay
Multiplicity:
1
Static.
Multiplicity:
1
Static.
Creates a decoder for the requested message type
Parameters:
messageType Constants.MESSAGE_TYPE representing the message type for which the decoder
must be created
Return:
MessageDecoder
Static.
Returns a singleton instance of a test decoder factory
Return:
TestDecoderFactory
Static.
public static void setDecodingDelay (Integer decodingDelay)
Sets the decoding delay
Parameters:
decodingDelay Additional time for which the decoder sleeps to simulate a high CPU cycle
decoding task
Static.
| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|