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

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(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(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.
 void Listener.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.
 void Listener.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.
 void Agent.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.
 void AgentAdapter.webMethodStart(String methodName, String applicationName, String moduleName, String componentName, ComponentType componentType, String callerPrincipal)
           
 void Listener.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.
 



Copyright © 2012 GlassFish Community. All Rights Reserved.