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