Uses of Enum Class
com.sun.enterprise.admin.monitor.callflow.EntityManagerMethod
Packages that use EntityManagerMethod
-
Uses of EntityManagerMethod in com.sun.enterprise.admin.monitor.callflow
Methods in com.sun.enterprise.admin.monitor.callflow that return EntityManagerMethodModifier and TypeMethodDescriptionstatic EntityManagerMethodReturns the enum constant of this class with the specified name.static EntityManagerMethod[]EntityManagerMethod.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 EntityManagerMethodModifier and TypeMethodDescriptionvoidAgent.entityManagerMethodStart(EntityManagerMethod entityManagerMethod) This method is called the persistence container on a request processor thread, before invoking a method on thevoidAgentAdapter.entityManagerMethodStart(EntityManagerMethod entityManagerMethod) 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.