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