public interface Listener
| Modifier and Type | Method and Description |
|---|---|
void |
ejbMethodEnd(String requestId,
Throwable exception)
This notification indicates that an EJB method has completed.
|
void |
ejbMethodStart(String requestId,
String methodName,
String applicationName,
String moduleName,
String componentName,
ComponentType componentType,
String callerPrincipal,
String transactionId)
This notification indicates that an EJB method is about to be invoked.
|
void |
entityManagerMethodEnd(String requestId)
This notification indicates that an EntityManager method has completed.
|
void |
entityManagerMethodStart(String requestId,
EntityManagerMethod entityManagerMethod,
String applicationName,
String moduleName,
String componentName,
ComponentType componentType,
String callerPrincipal)
This notification indicates that an EntityManager method is about to be invoked.
|
void |
entityManagerQueryEnd(String requestId)
This notification indicates that an EntityManager Query method has completed.
|
void |
entityManagerQueryStart(String requestId,
EntityManagerQueryMethod queryMethod,
String applicationName,
String moduleName,
String componentName,
ComponentType componentType,
String callerPrincipal)
This notification indicates that an EntityManager Query method is about to be invoked.
|
void |
requestEnd(String requestId)
This notification indicates that a request is about to complete.
|
void |
requestStart(String requestId,
RequestType requestType,
String callerIPAddress,
String remoteUser)
This notification indicates that a request is being started.
|
void |
webMethodEnd(String requestId,
Throwable exception)
This notification indicates that a web method has completed.
|
void |
webMethodStart(String requestId,
String methodName,
String applicationName,
String moduleName,
String componentName,
ComponentType componentType,
String callerPrincipal)
This notification indicates that a web method is about to be invoked.
|
void requestStart(String requestId, RequestType requestType, String callerIPAddress, String remoteUser)
requestType - Type of the request.callerIPAddress - Client host IP address of caller.void requestEnd(String requestId)
void ejbMethodStart(String requestId, String methodName, String applicationName, String moduleName, String componentName, ComponentType componentType, String callerPrincipal, String transactionId)
void ejbMethodEnd(String requestId, Throwable exception)
void webMethodStart(String requestId, String methodName, String applicationName, String moduleName, String componentName, ComponentType componentType, String callerPrincipal)
void webMethodEnd(String requestId, Throwable exception)
void entityManagerMethodStart(String requestId, EntityManagerMethod entityManagerMethod, String applicationName, String moduleName, String componentName, ComponentType componentType, String callerPrincipal)
void entityManagerMethodEnd(String requestId)
void entityManagerQueryStart(String requestId, EntityManagerQueryMethod queryMethod, String applicationName, String moduleName, String componentName, ComponentType componentType, String callerPrincipal)
void entityManagerQueryEnd(String requestId)
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.