|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--vc.util.IdGenerator
IdGenerator is the utility class to generate the unique IDs for different requiremnts
Constructor Summary | |
IdGenerator()
|
Method Summary | |
static long |
getNextConnectionId()
Method to get the a unique ID for using as a connection ID. |
static java.lang.String |
getUniqueID()
Method to get the a unique ID for using as a generic unique ID. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IdGenerator()
Method Detail |
public static long getNextConnectionId()
public static java.lang.String getUniqueID()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |