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:
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(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(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