|
www.element4solution.com | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecte4s.util.E4UniqueIdentifier
public class E4UniqueIdentifier
Supports a "unique" Identifier by an system wide incremented long value.
| Constructor Summary | |
|---|---|
E4UniqueIdentifier()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
_getSVNVersionString()
Get version info string from subversion. |
static long |
get()
Get a "unique" ID, which is an incremented number, starting at 1 and less or equal Long.MAX_VALUE. |
static java.lang.String |
get(char ch)
Get a "unique" ID, which is a combination of a character specified and an incremented number, starting at 1 and less or equal Long.MAX_VALUE. |
static java.lang.String |
get(java.lang.String str)
Get a "unique" ID, which is a combination of a character specified and an incremented number, starting at 1 and less or equal Long.MAX_VALUE. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public E4UniqueIdentifier()
| Method Detail |
|---|
public static java.lang.String get(char ch)
ch - a character for more identificationget(String)public static long get()
public static java.lang.String get(java.lang.String str)
str - a String for more identificationget(char)public static java.lang.String _getSVNVersionString()
E4Util.getRevisionCodeFromSVN(Class)
|
www.element4solution.com | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||