@ManagedObject(value="Check max allowed connections on connectors") public class LowResourceMonitor.MaxConnectionsLowResourceCheck extends Object implements LowResourceMonitor.LowResourceCheck
| Constructor and Description |
|---|
MaxConnectionsLowResourceCheck(int maxConnections) |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxConnections()
Deprecated.
Replaced by ConnectionLimit
|
String |
getReason() |
boolean |
isLowOnResources() |
void |
setMaxConnections(int maxConnections)
Deprecated.
Replaced by ConnectionLimit
|
String |
toString() |
public MaxConnectionsLowResourceCheck(int maxConnections)
@ManagedAttribute(value="The maximum connections allowed for the monitored connectors before low resource handling is activated") @Deprecated public int getMaxConnections()
@Deprecated public void setMaxConnections(int maxConnections)
maxConnections - The maximum connections before low resources state is triggeredpublic boolean isLowOnResources()
isLowOnResources in interface LowResourceMonitor.LowResourceCheckpublic String getReason()
getReason in interface LowResourceMonitor.LowResourceCheckCopyright © 2010 - 2020 Adobe. All Rights Reserved