| 
 | 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
public abstract class StatisticValue
This class will hold a statistic value for a resource. The statistics that are supported by the monitoring system are: 1. CountStatistic 2. IntervalStatistic 3. StatusStatistic This class holds an instance of a statistic value. The values that are reported for a statistics are: 1. name – Name of the statistics 2. type - Type of the statistics i.e. whether count or interval or status 3. values - Values for each statistic type. These are implemented as derived classes.
| Nested Class Summary | |
|---|---|
| static class | StatisticValue.CountStatisticClass to represent statistic value of type count. | 
| static class | StatisticValue.IntervalStatisticClass to represent statistic value of type interval. | 
| static class | StatisticValue.StatusStatisticClass to represent statistic value of type status. | 
| Method Summary | |
|---|---|
|  java.lang.String | getName()Gets statistics name. | 
|  StatisticType | getType()Gets statistics type. | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public java.lang.String getName()
public StatisticType getType()
| 
 | 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 | ||||||||