org.apache.activemq.store.kahadaptor
Class TopicSubAck
java.lang.Object
org.apache.activemq.store.kahadaptor.TopicSubAck
public class TopicSubAck
- extends Object
Holds information for location of message
- Version:
- $Revision: 1.10 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TopicSubAck
public TopicSubAck()
getCount
public int getCount()
- Returns:
- the count
setCount
public void setCount(int count)
- Parameters:
count
- the count to set
decrementCount
public int decrementCount()
- Returns:
- the value of the count after it's decremented
incrementCount
public int incrementCount()
- Returns:
- the value of the count after it's incremented
getMessageEntry
public StoreEntry getMessageEntry()
- Returns:
- the messageEntry
setMessageEntry
public void setMessageEntry(StoreEntry storeEntry)
- Parameters:
messageEntry
- the messageEntry to set
Copyright © 2011 Apache Software Foundation. All Rights Reserved.