public interface JMXHostProvider
Modifier and Type | Method and Description |
---|---|
String |
getHostName(String clusterName,
String componentName)
Get the JMX host name for the given cluster name and component name.
|
String |
getJMXProtocol(String clusterName,
String componentName)
Get the protocol for the specified cluster name and component.
|
String |
getPort(String clusterName,
String componentName)
Get the port for the specified cluster name and component.
|
String getHostName(String clusterName, String componentName) throws SystemException
clusterName
- the cluster namecomponentName
- the component nameSystemException
- if unable to get the JMX host nameString getPort(String clusterName, String componentName) throws SystemException
clusterName
- the cluster namecomponentName
- the component nameSystemException
- if unable to get the JMX portString getJMXProtocol(String clusterName, String componentName)
clusterName
- the cluster namecomponentName
- the component nameCopyright © 2016. All rights reserved.