Searched refs:RangeStatistic (Results 1 - 25 of 48) sorted by relevance

12

/glassfish-3.1.2/common/stats77/src/main/java/org/glassfish/j2ee/statistics/
H A DEntityBeanStats.java50 RangeStatistic getReadyCount();
55 RangeStatistic getPooledCount();
H A DBoundedRangeStatistic.java44 * The BoundedRangeStatistic model aggregates the attributes of RangeStatistic and BoundaryStatistic and provides standard measurements of a range that has fixed limits.
46 public interface BoundedRangeStatistic extends BoundaryStatistic, RangeStatistic {
H A DSessionBeanStats.java50 RangeStatistic getMethodReadyCount();
H A DStatefulSessionBeanStats.java50 RangeStatistic getPassiveCount();
H A DRangeStatistic.java46 public interface RangeStatistic extends Statistic { interface in inherits:Statistic
H A DJCAConnectionPoolStats.java76 RangeStatistic getWaitingThreadCount();
H A DJDBCConnectionPoolStats.java70 RangeStatistic getWaitingThreadCount();
/glassfish-3.1.2/admin/javax.management.j2ee/src/main/java/javax/management/j2ee/statistics/
H A DEntityBeanStats.java50 RangeStatistic getReadyCount();
55 RangeStatistic getPooledCount();
H A DBoundedRangeStatistic.java44 * The BoundedRangeStatistic model aggregates the attributes of RangeStatistic and BoundaryStatistic and provides standard measurements of a range that has fixed limits.
46 public interface BoundedRangeStatistic extends BoundaryStatistic, RangeStatistic {
H A DSessionBeanStats.java50 RangeStatistic getMethodReadyCount();
H A DStatefulSessionBeanStats.java50 RangeStatistic getPassiveCount();
H A DRangeStatistic.java46 public interface RangeStatistic extends Statistic { interface in inherits:Statistic
H A DJCAConnectionPoolStats.java76 RangeStatistic getWaitingThreadCount();
H A DJDBCConnectionPoolStats.java70 RangeStatistic getWaitingThreadCount();
/glassfish-3.1.2/admin/monitor/src/main/java/com/sun/enterprise/admin/monitor/stats/
H A DAverageRangeStatistic.java43 import org.glassfish.j2ee.statistics.RangeStatistic;
46 * as well as its current value. Extending RangeStatistic, it also provides the average value.
57 public interface AverageRangeStatistic extends RangeStatistic {
H A DConnectorWorkMgmtStats.java43 import org.glassfish.j2ee.statistics.RangeStatistic;
62 * @return RangeStatistic
64 public RangeStatistic getActiveWorkCount();
69 * @return RangeStatistic
71 public RangeStatistic getWaitQueueLength();
76 * @return RangeStatistic
78 public RangeStatistic getWorkRequestWaitTime();
H A DConnectionPoolStats.java43 import org.glassfish.j2ee.statistics.RangeStatistic;
59 * @return RangeStatistic
61 public RangeStatistic getNumConnUsed();
84 * @return RangeStatistic
86 public RangeStatistic getNumConnFree();
107 * @return RangeStatistic
109 public RangeStatistic getConnRequestWaitTime();
H A DThreadPoolStats.java45 import org.glassfish.j2ee.statistics.RangeStatistic;
77 * @return an instance of {@link RangeStatistic}
79 public RangeStatistic getAverageWorkCompletionTime();
88 * @return an instance of {@link RangeStatistic}
90 public RangeStatistic getAverageTimeInQueue();
H A DRangeStatisticImpl.java42 import org.glassfish.j2ee.statistics.RangeStatistic;
44 /** An implementation of a RangeStatistic. All instances of this class are
52 public final class RangeStatisticImpl extends StatisticImpl implements RangeStatistic {
58 /** Constructs an immutable instance of RangeStatistic.
H A DStatefulSessionStoreStats.java43 import org.glassfish.j2ee.statistics.RangeStatistic;
56 * @return RangeStatistic
58 public RangeStatistic getCurrentSize();
/glassfish-3.1.2/orb/orb-connector/src/main/java/org/glassfish/enterprise/iiop/util/
H A DThreadPoolStats.java45 import org.glassfish.external.statistics.RangeStatistic;
76 * @return an instance of {@link RangeStatistic}
78 public RangeStatistic getAverageWorkCompletionTime();
87 * @return an instance of {@link RangeStatistic}
89 public RangeStatistic getAverageTimeInQueue();
/glassfish-3.1.2/admin/monitor/src/main/java/org/glassfish/flashlight/statistics/
H A DAverage.java45 import org.glassfish.j2ee.statistics.RangeStatistic;
51 public interface Average extends RangeStatistic{
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/base/stats/
H A DEntityBeanStatsImpl.java43 import org.glassfish.j2ee.statistics.RangeStatistic;
81 public RangeStatistic getPooledCount() {
83 return (RangeStatistic) pooledCountStat.modifiableView();
86 public RangeStatistic getReadyCount() {
88 return (RangeStatistic) readyCountStat.modifiableView();
H A DSessionBeanStatsImpl.java43 import org.glassfish.j2ee.statistics.RangeStatistic;
76 public RangeStatistic getMethodReadyCount() {
78 return (RangeStatistic) methodReadyCountStat.modifiableView();
H A DStatefulSessionBeanStatsImpl.java43 import org.glassfish.j2ee.statistics.RangeStatistic;
76 public RangeStatistic getPassiveCount() {
78 return (RangeStatistic) passivateCountStat.modifiableView();

Completed in 16 milliseconds

12