Package org.apache.zookeeper.jmx
Class ManagedUtil
- java.lang.Object
 - 
- org.apache.zookeeper.jmx.ManagedUtil
 
 
- 
public class ManagedUtil extends Object
Shared utilities 
- 
- 
Constructor Summary
Constructors Constructor Description ManagedUtil() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidregisterLog4jMBeans()Register the log4j JMX mbeans. 
 - 
 
- 
- 
Method Detail
- 
registerLog4jMBeans
public static void registerLog4jMBeans() throws JMExceptionRegister the log4j JMX mbeans. Set system property "zookeeper.jmx.log4j.disable" to true to disable registration.- Throws:
 JMException- if registration fails- See Also:
 - Log4J 1.2 API docs
 
 
 - 
 
 -