com.sun.enterprise.admin.monitor.callflow
Interface ThreadLocalData
public interface ThreadLocalData
This interface provides access to the thread local call flow data.
- Author:
- Ram Jeyaraman
getRequestId
String getRequestId()
getMethodName
String getMethodName()
getApplicationName
String getApplicationName()
getModuleName
String getModuleName()
getComponentName
String getComponentName()
getComponentType
String getComponentType()
getTransactionId
String getTransactionId()
getSecurityId
String getSecurityId()
Copyright © 2012 GlassFish Community. All Rights Reserved.