public class InVMConnector<T extends InVMConnector> extends Object
| Constructor and Description |
|---|
InVMConnector(String key) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
Map |
params()
A key-value pair understood by the connector factory-class and used to configure it.
|
InVMConnector |
params(Map value)
A key-value pair understood by the connector factory-class and used to configure it.
|
InVMConnector |
paramsEntry(String key,
Object value)
A key-value pair understood by the connector factory-class and used to configure it.
|
Integer |
serverId()
The server id.
|
InVMConnector |
serverId(Integer value)
The server id.
|
public InVMConnector(String key)
public String getKey()
public Map params()
public InVMConnector params(Map value)
public InVMConnector paramsEntry(String key, Object value)
public Integer serverId()
public InVMConnector serverId(Integer value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.