@Address(value="/subsystem=messaging-activemq/server=*/connector=*") public class Connector<T extends Connector<T>> extends HashMap implements Keyed
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
factoryClass()
Class name of the factory class that can instantiate the connector.
|
T |
factoryClass(String value)
Class name of the factory class that can instantiate the connector.
|
String |
getKey() |
T |
param(String key,
Object value)
A key-value pair understood by the connector factory-class and used to
configure it.
|
Map |
params()
A key-value pair understood by the connector factory-class and used to
configure it.
|
T |
params(Map value)
A key-value pair understood by the connector factory-class and used to
configure it.
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
String |
socketBinding()
The socket binding that the connector will use to create connections.
|
T |
socketBinding(String value)
The socket binding that the connector will use to create connections.
|
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 Connector(String key)
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
@ModelNodeBinding(detypedName="factory-class") public String factoryClass()
public T factoryClass(String value)
@ModelNodeBinding(detypedName="params") public Map params()
public T params(Map value)
public T param(String key, Object value)
@ModelNodeBinding(detypedName="socket-binding") public String socketBinding()
Copyright © 2016 JBoss by Red Hat. All rights reserved.