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
java.lang.String getRequestId()
getMethodName
java.lang.String getMethodName()
getApplicationName
java.lang.String getApplicationName()
getModuleName
java.lang.String getModuleName()
getComponentName
java.lang.String getComponentName()
getComponentType
java.lang.String getComponentType()
getTransactionId
java.lang.String getTransactionId()
getSecurityId
java.lang.String getSecurityId()
Copyright © 2012 GlassFish Community. All Rights Reserved.