public interface MetricEnablerMXBean
Modifier and Type | Method and Description |
---|---|
void |
disable() |
void |
disableLogging() |
void |
disableSerializing() |
void |
enable() |
void |
enableLogging() |
void |
enableSerializing() |
boolean |
isEnabled() |
boolean |
isLogging() |
boolean |
isSerializing() |
void enable()
void disable()
boolean isEnabled()
void enableLogging()
void disableLogging()
boolean isLogging()
void enableSerializing() throws IOException
IOException
void disableSerializing() throws IOException
IOException
boolean isSerializing()
Copyright © 2011 Nuxeo SA. All Rights Reserved.