Methods Summary |
---|
public void | addRequestInfo(RequestInfo requestInfo, java.lang.String value)
|
public void | clearData()
|
public boolean | deleteRequestIds(java.lang.String[] requestIds)
return true;
|
public void | ejbMethodEnd(CallFlowInfo info)
|
public void | ejbMethodStart(CallFlowInfo info)
|
public void | endTime()
|
public void | entityManagerMethodEnd()
|
public void | entityManagerMethodStart(EntityManagerMethod entityManagerMethod)
|
public void | entityManagerQueryEnd()
|
public void | entityManagerQueryStart(EntityManagerQueryMethod queryMethod)
|
public java.util.List | getCallStackForRequest(java.lang.String requestId)
return null;
|
public java.lang.String | getCallerIPFilter()
return null;
|
public java.lang.String | getCallerPrincipalFilter()
return null;
|
public java.util.Map | getPieInformation(java.lang.String requestID)
return null;
|
public java.util.List | getRequestInformation()
return null;
|
public ThreadLocalData | getThreadLocalData()
return null;
|
public boolean | isEnabled()
return false;
|
public void | registerListener(Listener listener)
|
public void | requestEnd()
|
public void | requestStart(RequestType requestType)
|
public void | setCallerIPFilter(java.lang.String ipAddress)
|
public void | setCallerPrincipalFilter(java.lang.String callerPrincipal)
|
public void | setEnable(boolean enable)
|
public void | startTime(ContainerTypeOrApplicationType type)
|
public void | unregisterListener(Listener listener)
|
public void | webMethodEnd(java.lang.Throwable exception)
|
public void | webMethodStart(java.lang.String methodName, java.lang.String applicationName, java.lang.String moduleName, java.lang.String componentName, ComponentType componentType, java.lang.String callerPrincipal)
|