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

Method Summary
 String getApplicationName()
           
 String getComponentName()
           
 String getComponentType()
           
 String getMethodName()
           
 String getModuleName()
           
 String getRequestId()
           
 String getSecurityId()
           
 String getTransactionId()
           
 

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()


Copyright © 2012 GlassFish Community. All Rights Reserved.