public class PageCountRecordInc extends Object implements EncodingSupport
| Constructor and Description |
|---|
PageCountRecordInc() |
PageCountRecordInc(long queueID,
int value,
long persistentSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(ActiveMQBuffer buffer) |
void |
encode(ActiveMQBuffer buffer) |
int |
getEncodeSize() |
long |
getPersistentSize() |
long |
getQueueID() |
int |
getValue() |
String |
toString() |
public PageCountRecordInc()
public PageCountRecordInc(long queueID,
int value,
long persistentSize)
public long getQueueID()
public int getValue()
public long getPersistentSize()
public int getEncodeSize()
getEncodeSize in interface EncodingSupportpublic void encode(ActiveMQBuffer buffer)
encode in interface EncodingSupportpublic void decode(ActiveMQBuffer buffer)
decode in interface EncodingSupportCopyright © 2021 JBoss by Red Hat. All rights reserved.