public class ConnectorService<T extends ConnectorService<T>> extends Object
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
|
public 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 © 2019 JBoss by Red Hat. All rights reserved.