ID is not unique between several PDA. To have an unique id between PDA, use the method getNewStringID that add the userid to the generated long id. userid is get from SessionContext.
Definition at line 44 of file UniqueIdGenerator.java.
Public Member Functions | |
UniqueIdGenerator () | |
Creates a new instance of UniqueIdGenerator. | |
synchronized long | getNewID () |
String | getNewStringID () |
Static Public Member Functions | |
static UniqueIdGenerator | getManager () |