public class RequestController<T extends RequestController<T>> extends Object
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 String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public Integer activeRequests()
public T activeRequests(Integer value)
public Integer maxRequests()
public T maxRequests(Integer value)
public Boolean trackIndividualEndpoints()
Copyright © 2019 JBoss by Red Hat. All rights reserved.