public interface MBeanServerLocator
Modifier and Type | Method and Description |
---|---|
MBeanServerConnection |
getDefaultMBeanServer()
Obtain the default MBeanServerConnection for when no parameters have been specified.
|
MBeanServerConnection |
getMBeanServer(Map<String,String> parameters)
Obtain the MBeanServerConnection based on the provided parameters.
|
MBeanServerConnection getDefaultMBeanServer()
MBeanServerConnection getMBeanServer(Map<String,String> parameters)
parameters
- - The connection parameters from the remote client.Copyright © 2018 JBoss by Red Hat. All rights reserved.