|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.activemq.util.LongSequenceGenerator
Generates sequence ids used to identify messages in the SQL tables.
Constructor Summary | |
LongSequenceGenerator()
|
Method Summary | |
long |
getLastSequenceId()
|
long |
getNextSequenceId()
|
void |
setLastSequenceId(long value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LongSequenceGenerator()
Method Detail |
public void setLastSequenceId(long value)
public long getLastSequenceId()
public long getNextSequenceId()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |