| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|
com.newstep.solid.test.processor.performance.decoders
|
+--com.newstep.solid.test.processor.performance.decoders.TestMessage
public class TestMessage
Base class for all messages of type com.newstep.solid.test.performance.decoders.TestMessage
Links:
Generalization Generalization Link
Base class for all messages of type com.newstep.solid.test.performance.decoders.TestMessage
| Field Summary |
MESSAGE_DECODED_STATE |
|
EVENT_TYPE |
|
MESSAGE_TYPE |
|
int |
|
long |
|
private MESSAGE_DECODED_STATE |
|
private EVENT_TYPE |
|
private long |
|
private MESSAGE_TYPE |
|
private int |
|
public long |
|
public long |
|
private final static long |
|
| Constructor Summary |
public void |
|
public void |
|
| Method Summary |
public MESSAGE_DECODED_STATE |
|
public EVENT_TYPE |
|
public long |
|
public MESSAGE_TYPE |
|
public int |
|
public void |
|
public void |
|
public void |
|
public void |
|
public void |
|
public String |
|
MESSAGE_DECODED_STATE decodedState
private MESSAGE_DECODED_STATE decodedState
Multiplicity:
1
EVENT_TYPE eventType
private EVENT_TYPE eventType
Multiplicity:
1
long messageID
private long messageID
Multiplicity:
1
MESSAGE_TYPE messageType
private MESSAGE_TYPE messageType
Multiplicity:
1
int producerID
private int producerID
Multiplicity:
1
public long rcvdAtDecoder
Time when the message arrived at the message decoder
Multiplicity:
1
public long sentFromProducer
Time when the message was sent from the message producer
Multiplicity:
1
private final static long serialVersionUID
Serialization ID
Final.
Multiplicity:
1
Static.
Simple copy constructor
Parameters:
message com.newstep.solid.test.performance.decoders.TestMessage to copy from
Stereotype:
create
public void TestMessage ()
Default constructor
Stereotype:
create
public MESSAGE_DECODED_STATE getDecodedState ()
Returns the decoding state of the message
Return:
Constants.MESSAGE_DECODED_STATE
public EVENT_TYPE getEventType ()
Returns the event type
Return:
Constants.EVENT_TYPE
public long getMessageID ()
Returns the message ID
Return:
long
public MESSAGE_TYPE getMessageType ()
Returns the message type
Return:
Constants.MESSAGE_TYPE
public int getProducerID ()
Returns the producer ID
Return:
int
public void setDecodedState (MESSAGE_DECODED_STATE decodedState)
Sets the decoding state of the message
Parameters:
decodedState Constants.MESSAGE_DECODED_STATE representing the message
decoding state
public void setEventType (EVENT_TYPE eventType)
Sets the event type
Parameters:
eventType Constants.EVENT_TYPE representing the eventType to set
public void setMessageID (Long messageID)
Sets the message ID for the message
Parameters:
messageID long representing a message ID
public void setMessageType (MESSAGE_TYPE messageType)
Sets the message type
Parameters:
messageType Constants.MESSAGE_TYPE representing the message type
to set
public void setProducerID (Integer producerID)
Sets the producer ID
Parameters:
producerID The producerID to set
public String toString ()
See Also:
| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|