|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.oakgrovesystems.util.UniqueId
A 'globally unique' id generator. An id generated by getId() is a java.rmi.server.UID preceeded by a hex representation of he IP address returned by InetAddress.getLocalHost().
Constructor Summary | |
UniqueId()
|
Method Summary | |
static java.lang.String |
getId()
Generates a 'globally unique' id |
static java.lang.String |
getLastId()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UniqueId()
Method Detail |
public static java.lang.String getId()
public static java.lang.String getLastId()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |