Package com.bea.wli.monitoring
Class StatisticValue.StatusStatistic
java.lang.Object
com.bea.wli.monitoring.StatisticValue
com.bea.wli.monitoring.StatisticValue.StatusStatistic
- All Implemented Interfaces:
Serializable
- Enclosing class:
- StatisticValue
Class to represent statistic value of type status.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.bea.wli.monitoring.StatisticValue
StatisticValue.CountStatistic, StatisticValue.IntervalStatistic, StatisticValue.StatusStatistic -
Constructor Summary
ConstructorsConstructorDescriptionStatusStatistic(String name, StatisticType type, int initialStatus, int currentStatus) -
Method Summary
Modifier and TypeMethodDescriptionintGets the current statusintGets the initial statusMethods inherited from class com.bea.wli.monitoring.StatisticValue
getName, getType
-
Constructor Details
-
StatusStatistic
-
-
Method Details
-
getInitialStatus
public int getInitialStatus()Gets the initial status- Returns:
- intial status
-
getCurrentStatus
public int getCurrentStatus()Gets the current status- Returns:
- current status
-