|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.activemq.store.kahadaptor.TopicSubAck
public class TopicSubAck
Holds information for location of message
| Constructor Summary | |
|---|---|
TopicSubAck()
|
|
| Method Summary | |
|---|---|
int |
decrementCount()
|
int |
getCount()
|
StoreEntry |
getMessageEntry()
|
int |
incrementCount()
|
void |
setCount(int count)
|
void |
setMessageEntry(StoreEntry storeEntry)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TopicSubAck()
| Method Detail |
|---|
public int getCount()
public void setCount(int count)
count - the count to setpublic int decrementCount()
public int incrementCount()
public StoreEntry getMessageEntry()
public void setMessageEntry(StoreEntry storeEntry)
messageEntry - the messageEntry to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||