|
SAP NetWeaver 7.20 (SP01) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.tc.logging.UID
public class UID
The UID class
| Field Summary | |
|---|---|
static long |
EMPTY_CORRELATOR_ID
|
| Constructor Summary | |
|---|---|
UID()
Constructs a new UID based on the following algorithm |
|
UID(long correlatorId)
|
|
| Method Summary | |
|---|---|
long |
getCorrelatorID()
Returns the time stamp with us resolution |
static long |
getCorrelatorID(String uid)
|
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(String[] args)
|
static UID |
parseUID(String uid)
|
String |
toString()
Returns the hex string representation of this UID. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final long EMPTY_CORRELATOR_ID
| Constructor Detail |
|---|
public UID()
public UID(long correlatorId)
| Method Detail |
|---|
public String toString()
toString in class Object
public static final UID parseUID(String uid)
throws NumberFormatException
NumberFormatExceptionpublic static final long getCorrelatorID(String uid)
public long getNodeAddress()
public int getProcessID()
public short getThreadID()
public int getThreadCounter()
public long getTimeStamp()
public long getCorrelatorID()
public static void main(String[] args)
| Access Rights |
|---|
| SC | DC |
|---|---|
[sap.com] FRAMEWORK
|
[sap.com] tc/ddic/ddicruntime
|
[sap.com] ENGINEAPI
|
[sap.com] tc/logging
|
[sap.com] ENGFACADE
|
[sap.com] tc/bl/logging/api
|
[sap.com] CORE-TOOLS
|
[sap.com] com.sap.engine.client.lib
|
[sap.com] BRMS-FACADE
|
[sap.com] tc/brms/facade
|
|
SAP NetWeaver 7.20 (SP01) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||