Package de.galan.commons.util
Class JmxUtil
java.lang.Object
de.galan.commons.util.JmxUtil
MBean helper, registers MBeans with given package-name.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidregisterMBean(String packageName, String type, String name, Object mbean) Will register the given mbean using the given packageName, type and name.
-
Constructor Details
-
JmxUtil
public JmxUtil()
-
-
Method Details
-
registerMBean
Will register the given mbean using the given packageName, type and name. If no packageName has been given, the package of the mbean will be used.
-