Skip navigation links

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

E15033-02


com.bea.wli.monitoring
Class StatisticValue.CountStatistic

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

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
StatisticValue.IntervalStatistic
Enclosing class:
StatisticValue

public static class StatisticValue.CountStatistic
extends StatisticValue

Class to represent statistic value of type count.

See Also:
Serialized Form

Nested Class Summary

 

Nested classes/interfaces inherited from class com.bea.wli.monitoring.StatisticValue
StatisticValue.CountStatistic, StatisticValue.IntervalStatistic, StatisticValue.StatusStatistic

 

Constructor Summary
StatisticValue.CountStatistic(java.lang.String name, StatisticType type, long count)
           

 

Method Summary
 long getCount()
          Gets statistics count.

 

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

StatisticValue.CountStatistic

public StatisticValue.CountStatistic(java.lang.String name,
                                     StatisticType type,
                                     long count)

Method Detail

getCount

public long getCount()
Gets statistics count.
Returns:
Count.

Skip navigation links

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

E15033-02


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