Interface CallFlowInfo
public interface CallFlowInfo
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getApplicationName
String getApplicationName() -
getModuleName
String getModuleName() -
getComponentName
String getComponentName() -
getComponentType
ComponentType getComponentType() -
getMethod
Method getMethod() -
getTransactionId
String getTransactionId() -
getCallerPrincipal
String getCallerPrincipal() -
getException
Throwable getException()
-