public class 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.
|
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 Integer serverId()
public InVmAcceptor serverId(Integer value)
public Boolean started()
public InVmAcceptor started(Boolean value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.