public interface WcsModuleUptimeMBean
| Modifier and Type | Method and Description |
|---|---|
void |
genericCounterIncrement(java.lang.String _counterID) |
void |
genericCounterIncrementDelta(java.lang.String _counterID,
long _deltaVal) |
long |
getCounterIntervalLengthSeconds() |
long |
getCurrentIntervalNum() |
long |
getModuleStartupTimeSeconds() |
long |
getSecondsFromIntervalStart() |
long |
getSecondsFromSystemStartup() |
long getModuleStartupTimeSeconds()
long getCounterIntervalLengthSeconds()
long getCurrentIntervalNum()
long getSecondsFromIntervalStart()
long getSecondsFromSystemStartup()
void genericCounterIncrement(java.lang.String _counterID)
throws java.lang.Exception
java.lang.Exceptionvoid genericCounterIncrementDelta(java.lang.String _counterID,
long _deltaVal)
throws java.lang.Exception
java.lang.Exception