public class JMXRemotingConnector<T extends JMXRemotingConnector<T>> extends HashMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
JMXRemotingConnector() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
getKey() |
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
Boolean |
useManagementEndpoint()
If true the connector will use the management endpoint, otherwise it will
use the remoting subsystem one
|
T |
useManagementEndpoint(Boolean value)
If true the connector will use the management endpoint, otherwise it will
use the remoting subsystem one
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public Boolean useManagementEndpoint()
Copyright © 2017 JBoss by Red Hat. All rights reserved.