|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.soda.dk.message.Message
org.eclipse.soda.dk.message.AsciiMessage
org.eclipse.soda.dk.message.AsciiResponseMessage
public class AsciiResponseMessage
| Field Summary | |
|---|---|
protected MessageService |
sentMessage
Define the sent message (MessageService) field. |
| Fields inherited from interface org.eclipse.soda.dk.message.service.MessageService |
|---|
HIGH_PRIORITY, LOW_PRIORITY, MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY, STRING, THREAD_PRIORITY |
| Constructor Summary | |
|---|---|
AsciiResponseMessage()
Constructs an instance of this class. |
|
AsciiResponseMessage(byte[] data)
Constructs an instance of this class from the specified data parameter. |
|
AsciiResponseMessage(byte[] data,
MessageService sentMessage)
Constructs an instance of this class from the specified data and sent message parameters. |
|
AsciiResponseMessage(java.lang.String data)
Constructs an instance of this class from the specified data parameter. |
|
AsciiResponseMessage(java.lang.String data,
MessageService sentMessage)
Constructs an instance of this class from the specified data and sent message parameters. |
|
| Method Summary | |
|---|---|
MessageService |
getSentMessage()
Gets the sent message (MessageService) value. |
void |
setSentMessage(MessageService sentMessage)
Sets the sent message value. |
java.lang.String |
toString()
Returns the string value. |
| Methods inherited from class org.eclipse.soda.dk.message.AsciiMessage |
|---|
toString |
| Methods inherited from class org.eclipse.soda.dk.message.Message |
|---|
clone, decodeMessage, decodeMessage, encodeMessage, encodeMessage, equals, get, getBoolean, getByte, getBytes, getData, getDataBytes, getDataLength, getDataOffset, getInt, getIntByte, getIntByte, getKey, getLittleEndianInt, getLittleEndianLong, getLong, getLongByte, getLongByte, getParameter, getPriority, getShort, hashCode, isBigEndian, length, lookup, matches, put, setBoolean, setByte, setBytes, setData, setInt, setLong, setShort |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eclipse.soda.dk.message.service.MessageService |
|---|
clone, decodeMessage, decodeMessage, encodeMessage, encodeMessage, get, getByte, getBytes, getDataBytes, getDataLength, getDataOffset, getPriority, lookup, matches, put, setByte, setBytes |
| Field Detail |
|---|
protected MessageService sentMessage
| Constructor Detail |
|---|
public AsciiResponseMessage()
AsciiResponseMessage(String),
AsciiResponseMessage(String,MessageService),
AsciiResponseMessage(byte[]),
AsciiResponseMessage(byte[],MessageService)public AsciiResponseMessage(java.lang.String data)
data - The data (String) parameter.AsciiResponseMessage(),
AsciiResponseMessage(String,MessageService),
AsciiResponseMessage(byte[]),
AsciiResponseMessage(byte[],MessageService)
public AsciiResponseMessage(java.lang.String data,
MessageService sentMessage)
data - The data (String) parameter.sentMessage - The sent message (MessageService) parameter.AsciiResponseMessage(),
AsciiResponseMessage(String),
AsciiResponseMessage(byte[]),
AsciiResponseMessage(byte[],MessageService)public AsciiResponseMessage(byte[] data)
data - The data (byte[]) parameter.AsciiResponseMessage(),
AsciiResponseMessage(String),
AsciiResponseMessage(String,MessageService),
AsciiResponseMessage(byte[],MessageService)
public AsciiResponseMessage(byte[] data,
MessageService sentMessage)
data - The data (byte[]) parameter.sentMessage - The sent message (MessageService) parameter.AsciiResponseMessage(),
AsciiResponseMessage(String),
AsciiResponseMessage(String,MessageService),
AsciiResponseMessage(byte[])| Method Detail |
|---|
public MessageService getSentMessage()
getSentMessage in interface ResponseMessageServiceMessageService) value.setSentMessage(MessageService)public void setSentMessage(MessageService sentMessage)
sentMessage - The sent message (MessageService) parameter.getSentMessage()public java.lang.String toString()
toString in class AsciiMessageString) value.AsciiMessage.toString(byte[])
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||