Interface MetricEnablerMXBean
-
- All Known Implementing Classes:
MetricEnabler
public interface MetricEnablerMXBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
disable()
void
disableLogging()
void
disableSerializing()
void
enable()
void
enableLogging()
void
enableSerializing()
boolean
isEnabled()
boolean
isLogging()
boolean
isSerializing()
-
-
-
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()
-
-