| Constructor and Description |
|---|
RequestController() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
activeRequests()
The number of requests that are currently running in the server
|
T |
activeRequests(Integer value)
The number of requests that are currently running in the server
|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
getKey() |
Integer |
maxRequests()
The maximum number of all types of requests that can be running in a
server at a time.
|
T |
maxRequests(Integer value)
The maximum number of all types of requests that can be running in a
server at a time.
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
Boolean |
trackIndividualEndpoints()
If this is true requests are tracked at an endpoint level, which will
allow individual deployments to be suspended
|
T |
trackIndividualEndpoints(Boolean value)
If this is true requests are tracked at an endpoint level, which will
allow individual deployments to be suspended
|
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
@ModelNodeBinding(detypedName="active-requests") public Integer activeRequests()
public T activeRequests(Integer value)
@ModelNodeBinding(detypedName="max-requests") public Integer maxRequests()
public T maxRequests(Integer value)
@ModelNodeBinding(detypedName="track-individual-endpoints") public Boolean trackIndividualEndpoints()
Copyright © 2019 JBoss by Red Hat. All rights reserved.