| Package | Description |
|---|---|
| com.sun.enterprise.admin.monitor.callflow |
| Modifier and Type | Method and Description |
|---|---|
ComponentType |
CallFlowInfo.getComponentType() |
static ComponentType |
ComponentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComponentType[] |
ComponentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Listener.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 |
Listener.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 |
Listener.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 |
Agent.webMethodStart(String methodName,
String applicationName,
String moduleName,
String componentName,
ComponentType componentType,
String callerPrincipal)
This method is called by a request processor thread, before invoking a
target method on a filter or servlet.
|
void |
AgentAdapter.webMethodStart(String methodName,
String applicationName,
String moduleName,
String componentName,
ComponentType componentType,
String callerPrincipal) |
void |
Listener.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.
|
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.