Interface ThreadLocalData
public interface ThreadLocalData
This interface provides access to the thread local call flow data.
- Author:
- Ram Jeyaraman
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getRequestId
String getRequestId() -
getMethodName
String getMethodName() -
getApplicationName
String getApplicationName() -
getModuleName
String getModuleName() -
getComponentName
String getComponentName() -
getComponentType
String getComponentType() -
getTransactionId
String getTransactionId() -
getSecurityId
String getSecurityId()
-