public class PageCountPendingImpl extends Object implements EncodingSupport, PageCountPending
| Constructor and Description |
|---|
PageCountPendingImpl() |
PageCountPendingImpl(long queueID,
long pageID) |
| 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)
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 © 2021 JBoss by Red Hat. All rights reserved.