public interface MonitoringServicesMXBean
| Modifier and Type | Method and Description |
|---|---|
int |
getPerformanceTimerPeriod() |
int |
getStructuraltimerPeriod() |
boolean |
isPerformanceUpdates() |
boolean |
isStructuralUpdates() |
void |
setPerformanceTimerPeriod(int perfTimerPeriod) |
void |
setPerformanceUpdates(boolean value) |
void |
setStructuraltimerPeriod(int structuraltimerPeriod) |
void |
setStructuralUpdates(boolean value) |
void |
startPerformanceUpdates() |
void |
startStructuralUpdates() |
void |
stopPerformanceUpdates() |
void |
stopStructuralUpdates() |
int getPerformanceTimerPeriod()
int getStructuraltimerPeriod()
boolean isPerformanceUpdates()
boolean isStructuralUpdates()
void setPerformanceTimerPeriod(int perfTimerPeriod)
void setStructuraltimerPeriod(int structuraltimerPeriod)
void startPerformanceUpdates()
void startStructuralUpdates()
void stopPerformanceUpdates()
void stopStructuralUpdates()
void setPerformanceUpdates(boolean value)
void setStructuralUpdates(boolean value)