public class P6MBeansRegistry extends Object
Modifier and Type | Field and Description |
---|---|
static String |
PACKAGE_NAME |
Constructor and Description |
---|
P6MBeansRegistry() |
Modifier and Type | Method and Description |
---|---|
protected ObjectName |
getObjectName(P6LoadableOptions mBean,
String jmxPrefix) |
protected static String |
getPackageName(String jmxPrefix) |
protected void |
registerMBean(P6LoadableOptions mBean,
String jmxPrefix) |
void |
registerMBeans(Collection<P6LoadableOptions> allOptions) |
void |
unregisterAllMBeans(String jmxPrefix) |
public static final String PACKAGE_NAME
public void registerMBeans(Collection<P6LoadableOptions> allOptions) throws MBeanRegistrationException, InstanceNotFoundException, MalformedObjectNameException, NotCompliantMBeanException
protected void registerMBean(P6LoadableOptions mBean, String jmxPrefix) throws InstanceAlreadyExistsException, MBeanRegistrationException, NotCompliantMBeanException, MalformedObjectNameException
public void unregisterAllMBeans(String jmxPrefix) throws MBeanRegistrationException, MalformedObjectNameException
protected ObjectName getObjectName(P6LoadableOptions mBean, String jmxPrefix) throws MalformedObjectNameException
MalformedObjectNameException
Copyright © 2002-2015 P6Spy. All Rights Reserved.