|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.synametrics.commons.util.logging.Sequence
| Constructor Summary | |
Sequence()
|
|
| Method Summary | |
static long |
getCurVal(java.lang.String sequenceName)
Returns the current value of the sequence |
static long |
getNextVal(java.lang.String sequenceName)
Returns the next value of the sequence |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Sequence()
| Method Detail |
public static long getNextVal(java.lang.String sequenceName)
sequenceName - Name of the sequence
public static long getCurVal(java.lang.String sequenceName)
sequenceName - Name of the sequence
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||