public class ConnectorService<T extends ConnectorService<T>> extends HashMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ConnectorService(String key) |
| 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
service.
|
T |
factoryClass(String value)
Class name of the factory class that can instantiate the connector
service.
|
String |
getKey() |
T |
param(String key,
Object value)
A key/value pair understood by the connector service's factory-class
|
Map |
params()
A key/value pair understood by the connector service's factory-class
|
T |
params(Map value)
A key/value pair understood by the connector service's factory-class
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
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 ConnectorService(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String factoryClass()
public T factoryClass(String value)
public Map params()
public T params(Map value)
Copyright © 2017 JBoss by Red Hat. All rights reserved.