Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Service Bus
11g Release 1 (11.1.1.7)

E15033-09


com.bea.wli.monitoring
Class StatisticValue

java.lang.Object
  extended by com.bea.wli.monitoring.StatisticValue

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
StatisticValue.CountStatistic, StatisticValue.StatusStatistic

public abstract class StatisticValue
extends java.lang.Object
implements java.io.Serializable

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.

See Also:
Serialized Form

Nested Class Summary
static class StatisticValue.CountStatistic
          Class to represent statistic value of type count.
static class StatisticValue.IntervalStatistic
          Class to represent statistic value of type interval.
static class StatisticValue.StatusStatistic
          Class 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

getName

public java.lang.String getName()
Gets statistics name.
Returns:
Statistics name.

getType

public StatisticType getType()
Gets statistics type.
Returns:
Statistics type.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Service Bus
11g Release 1 (11.1.1.7)

E15033-09


Copyright © 2008, 2013, Oracle. All rights reserved.