|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jdiameter.client.impl.helpers.UIDGenerator
public class UIDGenerator
This class provide uid generator functionality
| Constructor Summary | |
|---|---|
UIDGenerator()
Create instance of class |
|
UIDGenerator(long startValue)
Create instance of class with predefined start value |
|
| Method Summary | |
|---|---|
int |
nextInt()
Return next uid as int |
long |
nextLong()
Return next uid as long |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UIDGenerator()
public UIDGenerator(long startValue)
startValue - start value of counter| Method Detail |
|---|
public int nextInt()
public long nextLong()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||