public class Remoting<T extends Remoting> extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Remoting.RemotingResources
Child mutators for Remoting
|
| Constructor and Description |
|---|
Remoting() |
| Modifier and Type | Method and Description |
|---|---|
T |
connector(Connector value)
Add the Connector object to the list of subresources
|
T |
connectors(List<Connector> value)
Add all Connector objects to this subresource
|
Endpoint |
endpoint()
Endpoint configuration
|
T |
endpoint(Endpoint value)
Endpoint configuration
|
String |
getKey() |
T |
httpConnector(HttpConnector value)
Add the HttpConnector object to the list of subresources
|
T |
httpConnectors(List<HttpConnector> value)
Add all HttpConnector objects to this subresource
|
T |
localOutboundConnection(LocalOutboundConnection value)
Add the LocalOutboundConnection object to the list of subresources
|
T |
localOutboundConnections(List<LocalOutboundConnection> value)
Add all LocalOutboundConnection objects to this subresource
|
T |
outboundConnection(OutboundConnection value)
Add the OutboundConnection object to the list of subresources
|
T |
outboundConnections(List<OutboundConnection> value)
Add all OutboundConnection objects to this subresource
|
T |
remoteOutboundConnection(RemoteOutboundConnection value)
Add the RemoteOutboundConnection object to the list of subresources
|
T |
remoteOutboundConnections(List<RemoteOutboundConnection> value)
Add all RemoteOutboundConnection objects to this subresource
|
Remoting.RemotingResources |
subresources() |
Integer |
workerReadThreads()
The number of read threads to create for the remoting worker.
|
T |
workerReadThreads(Integer value)
The number of read threads to create for the remoting worker.
|
Integer |
workerTaskCoreThreads()
The number of core threads for the remoting worker task thread pool.
|
T |
workerTaskCoreThreads(Integer value)
The number of core threads for the remoting worker task thread pool.
|
Integer |
workerTaskKeepalive()
The number of milliseconds to keep non-core remoting worker task threads alive.
|
T |
workerTaskKeepalive(Integer value)
The number of milliseconds to keep non-core remoting worker task threads alive.
|
Integer |
workerTaskLimit()
The maximum number of remoting worker tasks to allow before rejecting.
|
T |
workerTaskLimit(Integer value)
The maximum number of remoting worker tasks to allow before rejecting.
|
Integer |
workerTaskMaxThreads()
The maximum number of threads for the remoting worker task thread pool.
|
T |
workerTaskMaxThreads(Integer value)
The maximum number of threads for the remoting worker task thread pool.
|
Integer |
workerWriteThreads()
The number of write threads to create for the remoting worker.
|
T |
workerWriteThreads(Integer value)
The number of write threads to create for the remoting worker.
|
public String getKey()
public Integer workerReadThreads()
public T workerReadThreads(Integer value)
public Integer workerTaskCoreThreads()
public T workerTaskCoreThreads(Integer value)
public Integer workerTaskKeepalive()
public T workerTaskKeepalive(Integer value)
public Integer workerTaskLimit()
public T workerTaskLimit(Integer value)
public Integer workerTaskMaxThreads()
public T workerTaskMaxThreads(Integer value)
public Integer workerWriteThreads()
public T workerWriteThreads(Integer value)
public Remoting.RemotingResources subresources()
public T httpConnectors(List<HttpConnector> value)
value - List of HttpConnector objects.public T httpConnector(HttpConnector value)
value - The HttpConnector to addpublic T connectors(List<Connector> value)
value - List of Connector objects.public T connector(Connector value)
value - The Connector to addpublic T outboundConnections(List<OutboundConnection> value)
value - List of OutboundConnection objects.public T outboundConnection(OutboundConnection value)
value - The OutboundConnection to addpublic T localOutboundConnections(List<LocalOutboundConnection> value)
value - List of LocalOutboundConnection objects.public T localOutboundConnection(LocalOutboundConnection value)
value - The LocalOutboundConnection to addpublic T remoteOutboundConnections(List<RemoteOutboundConnection> value)
value - List of RemoteOutboundConnection objects.public T remoteOutboundConnection(RemoteOutboundConnection value)
value - The RemoteOutboundConnection to addpublic Endpoint endpoint()
Copyright © 2015 JBoss by Red Hat. All rights reserved.