public class MQJMXConnectorInfo extends Object
MQJMXConnectorInfo holds MBean Server connection information
to a SJSMQ broker instance. This API is used by the admin infrastructure for
performing MQ administration/configuration operations on a broker instance.| Constructor and Description |
|---|
MQJMXConnectorInfo(String asInstanceName,
String brokerInstanceName,
String brokerType,
String jmxServiceURL,
Map<String,?> jmxConnectorEnv) |
| Modifier and Type | Method and Description |
|---|---|
void |
closeMQMBeanServerConnection() |
String |
getASInstanceName() |
String |
getBrokerInstanceName() |
String |
getBrokerType() |
Map<String,?> |
getJMXConnectorEnv() |
String |
getJMXServiceURL() |
MBeanServerConnection |
getMQMBeanServerConnection()
Returns an
MBeanServerConnection representing the MQ broker instance's MBean
server. |
public String getBrokerInstanceName()
public String getBrokerType()
public String getASInstanceName()
public String getJMXServiceURL()
public MBeanServerConnection getMQMBeanServerConnection() throws ConnectorRuntimeException
MBeanServerConnection representing the MQ broker instance's MBean
server.ConnectorRuntimeExceptionpublic void closeMQMBeanServerConnection()
throws ConnectorRuntimeException
ConnectorRuntimeExceptionCopyright © 2019. All rights reserved.