public class DisabledJmxServiceImpl extends Object implements JmxService
JmxService| Modifier and Type | Field and Description | 
|---|---|
static DisabledJmxServiceImpl | 
INSTANCE  | 
| Constructor and Description | 
|---|
DisabledJmxServiceImpl()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
registerMBean(ObjectName objectName,
             Object mBean)
Registers the given  
mBean under the given objectName | 
void | 
registerService(Manageable service,
               Class serviceRole)
Handles registration of a manageable service. 
 | 
public static final DisabledJmxServiceImpl INSTANCE
public void registerService(Manageable service, Class serviceRole)
JmxServiceregisterService in interface JmxServiceservice - The manageable serviceserviceRole - The service's role.public void registerMBean(ObjectName objectName, Object mBean)
JmxServicemBean under the given objectNameregisterMBean in interface JmxServiceobjectName - The name under which to register the MBeanmBean - The MBean to registerCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.