Class JMXUtils
java.lang.Object
org.deltava.util.jmx.JMXUtils
A utility class for registering JMX Objects.
- Since:
- 10.2
- Version:
- 11.1
- Author:
- Luke
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
clear()
Removes all registered JMX object from the MBean server.static Collection
<String> getNames()
Returns all registered JMX names.static void
Registers a JMX object with the MBean server.static void
Removes a JMX object from the the MBean server.
-
Method Details
-
register
-
remove
Removes a JMX object from the the MBean server.- Parameters:
name
- the JMX object name
-
getNames
Returns all registered JMX names.- Returns:
- a List of names
-
clear
public static void clear()Removes all registered JMX object from the MBean server.
-