Creates a new jmx-connector element.paramname The name (id) of the jmx-connector.paramaddress The IP address or host-name.paramport The port of the jmx-connector-server.paramauthRealmName The name of the auth-realm that represents the special administrative realm. All authentication (from administraive GUI and CLI) will be handled by this realm.paramoptional Map of optional attributesreturnA proxy to the JMXConnectorConfig MBean.seeJMXConnectorConfigKeyssinceAppserver 9.0
deprecated
may return null if not present
Calls Container.getContaineeMap( XTypes.JMX_CONNECTOR_CONFIG ).returnMap of JMXConnectorConfig proxies, keyed by name.seecom.sun.appserv.management.base.Container#getContaineeMap
Removes a jmx-connector element.paramname The name (id) of the jmx-connector.
Valid values are: {@link #TYPE_DAS} {@link #TYPE_SERVER} {@link #TYPE_DAS_AND_SERVER} paramvalue