public interface JetmPerformanceMBean
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_BEAN_NAME |
Modifier and Type | Method and Description |
---|---|
boolean |
getCollecting()
Return true if the monitor is currently collecting, or else false.
|
Date |
getLastResetDate()
Date of the last rest of the monitor, or null if no reset has occured.
|
Date |
getStartDate()
The date the monitor was started or null if the monitor hasn't been started.
|
boolean |
getStarted()
True if the monitor has been started, false if it has not.
|
TabularData |
metrics(boolean reset)
Return the current JETM performance metrics.
|
void |
resetMetrics()
Resets JETM metrics immediately.
|
static final String DEFAULT_BEAN_NAME
TabularData metrics(boolean reset) throws OpenDataException
reset
- If true, JETM metrics are reset after the gather. If false, they are not reset and the next
call will be cumulative metrics.OpenDataException
void resetMetrics()
boolean getCollecting()
boolean getStarted()
Date getStartDate()
Date getLastResetDate()
Copyright © 2018 Department of Veterans Affairs. All Rights Reserved.