Skip navigation links

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

E15033-01


com.bea.wli.monitoring
Class StatisticValue.StatusStatistic

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

All Implemented Interfaces:
java.io.Serializable
Enclosing class:
StatisticValue

public static class StatisticValue.StatusStatistic
extends StatisticValue

Class to represent statistic value of type status.

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.StatusStatistic(java.lang.String name, StatisticType type, int initialStatus, int currentStatus)
           

 

Method Summary
 int getCurrentStatus()
          Gets the current status
 int getInitialStatus()
          Gets the initial status

 

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.StatusStatistic

public StatisticValue.StatusStatistic(java.lang.String name,
                                      StatisticType type,
                                      int initialStatus,
                                      int currentStatus)

Method Detail

getInitialStatus

public int getInitialStatus()
Gets the initial status
Returns:
intial status

getCurrentStatus

public int getCurrentStatus()
Gets the current status
Returns:
current status

Skip navigation links

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

E15033-01


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