com.ibm.websphere.pmi.stat

Interface WSEJBStats.MethodStats

  • Enclosing interface:
    WSEJBStats


    public static interface WSEJBStats.MethodStats
    WebSphere Enterprise Java Beans method level stats
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int MethodLevelCallCount
      Number of calls to an individual bean method (home, remote, local) (CountStatistic).
      static int MethodLevelConcurrentInvocations
      Number of concurrent invocations to an individual bean method (RangeStatistic).
      static int MethodLevelResponseTime
      Average response time in milliseconds on the individual bean method (home, remote, local) (TimeStatistic).
      static java.lang.String NAME
      Stats name of the Enterprise Beans methods logical group in PMI tree.
    • Field Detail

      • NAME

        static final java.lang.String NAME
        Stats name of the Enterprise Beans methods logical group in PMI tree.

        <server>
        |
        |__Enterprise Beans+
          |
          |__<appName#ejb.jar>
            |
            |__Stateless Session Bean+
              |
              |__<stateless_EJB1>
                |__Methods+

        See Also:
        Constant Field Values
      • MethodLevelCallCount

        static final int MethodLevelCallCount
        Number of calls to an individual bean method (home, remote, local) (CountStatistic).
        See Also:
        Constant Field Values
      • MethodLevelResponseTime

        static final int MethodLevelResponseTime
        Average response time in milliseconds on the individual bean method (home, remote, local) (TimeStatistic).
        See Also:
        Constant Field Values
      • MethodLevelConcurrentInvocations

        static final int MethodLevelConcurrentInvocations
        Number of concurrent invocations to an individual bean method (RangeStatistic).
        See Also:
        Constant Field Values
IBM WebSphere Application ServerTM
Release 8.5