Uses of Enum Class
com.sun.enterprise.admin.monitor.callflow.ComponentType
Packages that use ComponentType
-
Uses of ComponentType in com.sun.enterprise.admin.monitor.callflow
Methods in com.sun.enterprise.admin.monitor.callflow that return ComponentTypeModifier and TypeMethodDescriptionCallFlowInfo.getComponentType()static ComponentTypeReturns the enum constant of this class with the specified name.static ComponentType[]ComponentType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sun.enterprise.admin.monitor.callflow with parameters of type ComponentTypeModifier and TypeMethodDescriptionvoidListener.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.