Interface ThreadLocalData
-
public interface ThreadLocalDataThis interface provides access to the thread local call flow data.- Author:
- Ram Jeyaraman
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetApplicationName()StringgetComponentName()StringgetComponentType()StringgetMethodName()StringgetModuleName()StringgetRequestId()StringgetSecurityId()StringgetTransactionId()
-
-
-
Method Detail
-
getRequestId
String getRequestId()
-
getMethodName
String getMethodName()
-
getApplicationName
String getApplicationName()
-
getModuleName
String getModuleName()
-
getComponentName
String getComponentName()
-
getComponentType
String getComponentType()
-
getTransactionId
String getTransactionId()
-
getSecurityId
String getSecurityId()
-
-