| Package | Description |
|---|---|
| com.sun.enterprise.admin.monitor.callflow |
| Modifier and Type | Method and Description |
|---|---|
static EntityManagerMethod |
EntityManagerMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityManagerMethod[] |
EntityManagerMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Agent.entityManagerMethodStart(EntityManagerMethod entityManagerMethod)
This method is called the persistence container on a request processor
thread, before invoking a method on the
|
void |
AgentAdapter.entityManagerMethodStart(EntityManagerMethod entityManagerMethod) |
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.
|
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.