Uses of Class
com.sun.enterprise.admin.monitor.callflow.EntityManagerMethod

Packages that use EntityManagerMethod
com.sun.enterprise.admin.monitor.callflow   
 

Uses of EntityManagerMethod in com.sun.enterprise.admin.monitor.callflow
 

Methods in com.sun.enterprise.admin.monitor.callflow that return EntityManagerMethod
static EntityManagerMethod EntityManagerMethod.valueOf(java.lang.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.
 

Methods in com.sun.enterprise.admin.monitor.callflow with parameters of type EntityManagerMethod
 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(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.
 



Copyright © 2012 GlassFish Community. All Rights Reserved.