|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ComponentType | |
|---|---|
| com.sun.enterprise.admin.monitor.callflow | |
| Uses of ComponentType in com.sun.enterprise.admin.monitor.callflow |
|---|
| Methods in com.sun.enterprise.admin.monitor.callflow that return ComponentType | |
|---|---|
ComponentType |
CallFlowInfo.getComponentType()
|
static ComponentType |
ComponentType.valueOf(java.lang.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. |
| Methods in com.sun.enterprise.admin.monitor.callflow with parameters of type ComponentType | |
|---|---|
void |
Listener.ejbMethodStart(java.lang.String requestId,
java.lang.String methodName,
java.lang.String applicationName,
java.lang.String moduleName,
java.lang.String componentName,
ComponentType componentType,
java.lang.String callerPrincipal,
java.lang.String transactionId)
This notification indicates that an EJB method is about to be invoked. |
void |
Listener.entityManagerMethodStart(java.lang.String requestId,
EntityManagerMethod entityManagerMethod,
java.lang.String applicationName,
java.lang.String moduleName,
java.lang.String componentName,
ComponentType componentType,
java.lang.String callerPrincipal)
This notification indicates that an EntityManager method is about to be invoked. |
void |
Listener.entityManagerQueryStart(java.lang.String requestId,
EntityManagerQueryMethod queryMethod,
java.lang.String applicationName,
java.lang.String moduleName,
java.lang.String componentName,
ComponentType componentType,
java.lang.String callerPrincipal)
This notification indicates that an EntityManager Query method is about to be invoked. |
void |
Agent.webMethodStart(java.lang.String methodName,
java.lang.String applicationName,
java.lang.String moduleName,
java.lang.String componentName,
ComponentType componentType,
java.lang.String callerPrincipal)
This method is called by a request processor thread, before invoking a target method on a filter or servlet. |
void |
AgentAdapter.webMethodStart(java.lang.String methodName,
java.lang.String applicationName,
java.lang.String moduleName,
java.lang.String componentName,
ComponentType componentType,
java.lang.String callerPrincipal)
|
void |
Listener.webMethodStart(java.lang.String requestId,
java.lang.String methodName,
java.lang.String applicationName,
java.lang.String moduleName,
java.lang.String componentName,
ComponentType componentType,
java.lang.String callerPrincipal)
This notification indicates that a web method is about to be invoked. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||