|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.sap.tc.logging.UID
The UID class
| Constructor Summary | |
UID()
Constructs a new UID based on the following algorithm. |
|
| Method Summary | |
long |
getNodeAddress()
Returns the node address. 6 bytes MAC or ip as fallback. |
int |
getProcessID()
Returns the process id. |
int |
getThreadCounter()
Returns the thread id. |
short |
getThreadID()
Returns the thread id. |
long |
getTimeStamp()
Returns the time stamp with us resolution |
static void |
main(java.lang.String[] args)
|
static UID |
parseUID(java.lang.String uid)
|
java.lang.String |
toString()
Returns the hex string representation of this UID. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public UID()
| Method Detail |
public java.lang.String toString()
toString in class java.lang.Object
public static final UID parseUID(java.lang.String uid)
throws java.lang.NumberFormatException
public long getNodeAddress()
public int getProcessID()
public short getThreadID()
public int getThreadCounter()
public long getTimeStamp()
public static void main(java.lang.String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||