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