public class JmxConfig extends Object
| Constructor and Description | 
|---|
JmxConfig()  | 
| Modifier and Type | Method and Description | 
|---|---|
Set<MBeanServer> | 
getMBeanServer()  | 
MBeanServer | 
lookupMBeanServer(String ipAddress,
                 int port)  | 
MBeanServer | 
lookupMBeanServer(String ipAddress,
                 String port)  | 
void | 
setMBeanServer(Set<MBeanServer> mBeanServer)  | 
public Set<MBeanServer> getMBeanServer()
public void setMBeanServer(Set<MBeanServer> mBeanServer)
public MBeanServer lookupMBeanServer(String ipAddress, int port)
public MBeanServer lookupMBeanServer(String ipAddress, String port)
Copyright © 2020. All rights reserved.