public class InVMConnector<T extends InVMConnector<T>> extends Object
Constructor and Description |
---|
InVMConnector(String key) |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
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
|
Integer |
serverId()
The server id.
|
T |
serverId(Integer value)
The server id.
|
public InVMConnector(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public Map params()
public T params(Map value)
public T param(String key, Object value)
public Integer serverId()
Copyright © 2019 JBoss by Red Hat. All rights reserved.