public interface Message
Modifier and Type | Field and Description |
---|---|
static short |
SInt16NoValue |
static int |
SInt32NoValue |
static long |
SInt64NoValue |
static byte |
SInt8NoValue |
static int |
UInt16NoValue |
static long |
UInt32NoValue |
static long |
UInt64NoValue |
static short |
UInt8NoValue |
Modifier and Type | Method and Description |
---|---|
void |
deserialize(DeserializerHelpers deserializerHelpers)
Deserialization.
|
long |
getMsgSeqNum()
Returns message sequence number.
|
TemplateId |
getTemplateId()
Returns template ID.
|
void |
notify(MessageListener listener)
Notify message listener.
|
void |
serialize(SerializerHelpers serializerHelpers)
Serialization.
|
void |
setMsgSeqNum(long value)
Set message sequence number.
|
static final long SInt64NoValue
static final long UInt64NoValue
static final int SInt32NoValue
static final long UInt32NoValue
static final short SInt16NoValue
static final int UInt16NoValue
static final byte SInt8NoValue
static final short UInt8NoValue
TemplateId getTemplateId()
void serialize(SerializerHelpers serializerHelpers) throws IOException
IOException
void deserialize(DeserializerHelpers deserializerHelpers) throws IOException
IOException
void notify(MessageListener listener)
long getMsgSeqNum()
void setMsgSeqNum(long value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.