Interface MetricEnablerMXBean
-
- All Known Implementing Classes:
MetricEnabler
public interface MetricEnablerMXBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddisable()voiddisableLogging()voiddisableSerializing()voidenable()voidenableLogging()voidenableSerializing()booleanisEnabled()booleanisLogging()booleanisSerializing()
-
-
-
Method Detail
-
enable
void enable()
-
disable
void disable()
-
isEnabled
boolean isEnabled()
-
enableLogging
void enableLogging()
-
disableLogging
void disableLogging()
-
isLogging
boolean isLogging()
-
enableSerializing
void enableSerializing() throws IOException- Throws:
IOException
-
disableSerializing
void disableSerializing() throws IOException- Throws:
IOException
-
isSerializing
boolean isSerializing()
-
-