|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IMessage
Methods required to identify a message.
| Field Summary | |
|---|---|
static String |
TAG_IMESSAGE
Tag identificator of message objects within transport streams |
static String |
TAG_PING
Tag identificator of Ping message type code within transport streams |
static String |
TAG_SID
Tag identificator of SID message field within transport streams |
| Method Summary | |
|---|---|
String |
getMsgType()
Obtains message type code |
String |
getSessionID()
Obtains user session ID |
void |
printState(PrintStream aOut)
Deprecated. printState is no longer supported. Use toString instead. |
boolean |
setMsgType(String aType)
Updates message type |
boolean |
setSessionID(String aSID)
Updates user session ID |
| Methods inherited from interface com.fxcm.messaging.IFieldGroup |
|---|
getField, getFirst, getNext, getValueBytes, getValueDouble, getValueInt, getValueList, getValueLong, getValueString, putField, setValue, setValue, setValue, setValue, setValue, setValue |
| Field Detail |
|---|
static final String TAG_IMESSAGE
static final String TAG_SID
static final String TAG_PING
| Method Detail |
|---|
String getSessionID()
null when not presentString getMsgType()
null when not presentboolean setSessionID(String aSID)
aSID - new user session IDboolean setMsgType(String aType)
aType - new type of messagevoid printState(PrintStream aOut)
aOut - Stream to print out.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||