Uses of Class
com.sas.services.util.JMXRegistration
Packages that use JMXRegistration
-
Uses of JMXRegistration in com.sas.services.util
Methods in com.sas.services.util that return JMXRegistrationModifier and TypeMethodDescriptionJMXAgent.registerMBean(Object mBean, String mBeanName) Register a JMX MBean with this agent.JMXAgent.registerMBean(Object mBean, String mBeanName, boolean rebind) Register a JMX MBean with this agent.Methods in com.sas.services.util with parameters of type JMXRegistrationModifier and TypeMethodDescriptionvoidJMXAgent.unregisterMBeanUsingRegistration(JMXRegistration jmxRegistration) Unregister a JMX MBean with this agent using the object instance data specified in the registration data.