public class Connector<T extends Connector> extends Object
| Modifier and Type | Method and Description |
|---|---|
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() |
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.
|
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.
|
public Connector(String key)
public String getKey()
public String factoryClass()
public T factoryClass(String value)
public Map params()
public T params(Map value)
public String socketBinding()
Copyright © 2015 JBoss by Red Hat. All rights reserved.