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 PageCountPending
public long getQueueID()
getQueueID
in interface PageCountPending
public long getPageID()
getPageID
in interface PageCountPending
public int getEncodeSize()
getEncodeSize
in interface EncodingSupport
public void encode(ActiveMQBuffer buffer)
encode
in interface EncodingSupport
public void decode(ActiveMQBuffer buffer)
decode
in interface EncodingSupport
Copyright © 2017 JBoss by Red Hat. All rights reserved.