public final class SubscriptionEventMessage extends java.lang.Object implements IMessage, java.lang.Comparable<SubscriptionEventMessage>, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
SubscriptionEvent |
contents |
static int |
ID |
int |
sessionID |
long |
timestamp |
| Modifier | Constructor and Description |
|---|---|
|
SubscriptionEventMessage() |
protected |
SubscriptionEventMessage(ProtoByteBuffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(SubscriptionEventMessage rhs) |
void |
deserialize(ProtoByteBuffer buffer) |
protected void |
dump(TextWriter wr) |
boolean |
equals(java.lang.Object rhs) |
int |
getMsgType() |
int |
hashCode() |
void |
serialize(ProtoByteBuffer buffer) |
java.lang.String |
toString() |
public SubscriptionEvent contents
public int sessionID
public long timestamp
public static final int ID
public SubscriptionEventMessage()
protected SubscriptionEventMessage(ProtoByteBuffer buffer)
public int getMsgType()
getMsgType in interface IMessagepublic boolean equals(java.lang.Object rhs)
equals in class java.lang.Objectpublic int compareTo(SubscriptionEventMessage rhs)
compareTo in interface java.lang.Comparable<SubscriptionEventMessage>public int hashCode()
hashCode in class java.lang.Objectpublic void deserialize(ProtoByteBuffer buffer)
deserialize in interface IMessagepublic void serialize(ProtoByteBuffer buffer)
public java.lang.String toString()
protected void dump(TextWriter wr)