|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.wli.monitoring.StatisticValue
com.bea.wli.monitoring.StatisticValue.StatusStatistic
public static class StatisticValue.StatusStatistic
Class to represent statistic value of type status.
| 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 |
|---|
public StatisticValue.StatusStatistic(String name,
StatisticType type,
int initialStatus,
int currentStatus)
| Method Detail |
|---|
public int getInitialStatus()
public int getCurrentStatus()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||