Uses of Class
com.sun.enterprise.admin.monitor.callflow.ComponentType
-
Packages that use ComponentType Package Description com.sun.ejb.containers com.sun.enterprise.admin.monitor.callflow -
-
Uses of ComponentType in com.sun.ejb.containers
Methods in com.sun.ejb.containers with parameters of type ComponentType Modifier and Type Method Description protected voidBaseContainer. createCallFlowAgent(ComponentType compType) -
Uses of ComponentType in com.sun.enterprise.admin.monitor.callflow
Methods in com.sun.enterprise.admin.monitor.callflow that return ComponentType Modifier and Type Method Description ComponentTypeCallFlowInfo. getComponentType()static ComponentTypeComponentType. 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.Methods in com.sun.enterprise.admin.monitor.callflow with parameters of type ComponentType Modifier and Type Method Description voidListener. 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.voidListener. 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.voidListener. 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.voidAgent. 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.voidAgentAdapter. webMethodStart(String methodName, String applicationName, String moduleName, String componentName, ComponentType componentType, String callerPrincipal)voidListener. 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.
-