public class PageCountPendingImpl extends Object implements EncodingSupport, PageCountPending
| Constructor and Description |
|---|
PageCountPendingImpl() |
PageCountPendingImpl(long queueID,
long pageID,
int inc) |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(ActiveMQBuffer buffer) |
void |
encode(ActiveMQBuffer buffer) |
int |
getEncodeSize() |
long |
getID() |
long |
getPageID() |
long |
getQueueID() |
void |
setID(long id) |
String |
toString() |
public PageCountPendingImpl()
public PageCountPendingImpl(long queueID,
long pageID,
int inc)
public void setID(long id)
public long getID()
getID in interface PageCountPendingpublic long getQueueID()
getQueueID in interface PageCountPendingpublic long getPageID()
getPageID in interface PageCountPendingpublic int getEncodeSize()
getEncodeSize in interface EncodingSupportpublic void encode(ActiveMQBuffer buffer)
encode in interface EncodingSupportpublic void decode(ActiveMQBuffer buffer)
decode in interface EncodingSupportCopyright © 2018 JBoss by Red Hat. All rights reserved.