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.
|
T |
params(Map value)
A key-value pair understood by the connector factory-class and used to configure it.
|
Integer |
serverId()
The server id.
|
T |
serverId(Integer value)
The server id.
|
public InVmConnector(String key)
public String getKey()
public Map params()
public T params(Map value)
public Integer serverId()
Copyright © 2015 JBoss by Red Hat. All rights reserved.