com.sun.enterprise.admin.monitor.callflow
Interface CallFlowInfo


public interface CallFlowInfo


Method Summary
 String getApplicationName()
           
 String getCallerPrincipal()
           
 String getComponentName()
           
 ComponentType getComponentType()
           
 Throwable getException()
           
 Method getMethod()
           
 String getModuleName()
           
 String getTransactionId()
           
 

Method Detail

getApplicationName

String getApplicationName()

getModuleName

String getModuleName()

getComponentName

String getComponentName()

getComponentType

ComponentType getComponentType()

getMethod

Method getMethod()

getTransactionId

String getTransactionId()

getCallerPrincipal

String getCallerPrincipal()

getException

Throwable getException()


Copyright © 2012 GlassFish Community. All Rights Reserved.