| 
 | Oracle Fusion Middleware Java API Reference for Oracle Service Bus 11g Release 1 (11.1.1.7) E15033-09 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
   com.bea.wli.monitoring.StatisticValue
com.bea.wli.monitoring.StatisticValue
       com.bea.wli.monitoring.StatisticValue.CountStatistic
com.bea.wli.monitoring.StatisticValue.CountStatistic
           com.bea.wli.monitoring.StatisticValue.IntervalStatistic
com.bea.wli.monitoring.StatisticValue.IntervalStatistic
public static class StatisticValue.IntervalStatistic
Class to represent statistic value of type interval.
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from class com.bea.wli.monitoring.StatisticValue | 
|---|
| StatisticValue.CountStatistic, StatisticValue.IntervalStatistic, StatisticValue.StatusStatistic | 
| Constructor Summary | |
|---|---|
| StatisticValue.IntervalStatistic(java.lang.String name, long count, long min, long max, long average, double sum) | |
| Method Summary | |
|---|---|
|  long | getAverage()Gets statistics average value. | 
|  long | getMax()Gets statistics maximum value. | 
|  long | getMin()Gets statistics minimum value. | 
|  double | getSum()Gets statistics sum value. | 
| Methods inherited from class com.bea.wli.monitoring.StatisticValue.CountStatistic | 
|---|
| getCount | 
| Methods inherited from class com.bea.wli.monitoring.StatisticValue | 
|---|
| getName, getType | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public StatisticValue.IntervalStatistic(java.lang.String name,
                                        long count,
                                        long min,
                                        long max,
                                        long average,
                                        double sum)
| Method Detail | 
|---|
public long getMin()
public long getMax()
public long getAverage()
public double getSum()
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Service Bus 11g Release 1 (11.1.1.7) E15033-09 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||