Searched defs:maxAllowedConnections (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DDirectoryServer.java580 private long maxAllowedConnections; field in class:DirectoryServer
8666 return directoryServer.maxAllowedConnections;
8676 * @param maxAllowedConnections The maximum number of concurrent client
8679 public static void setMaxAllowedConnections(long maxAllowedConnections) argument
8681 if (maxAllowedConnections > 0)
8683 directoryServer.maxAllowedConnections = maxAllowedConnections;
8687 directoryServer.maxAllowedConnections = -1;
8717 if ((directoryServer.maxAllowedConnections > 0) &&
8719 directoryServer.maxAllowedConnections))
[all...]
/forgerock/opendj2/src/server/org/opends/server/core/
H A DDirectoryServer.java568 private long maxAllowedConnections; field in class:DirectoryServer
8267 return directoryServer.maxAllowedConnections;
8277 * @param maxAllowedConnections The maximum number of concurrent client
8280 public static void setMaxAllowedConnections(long maxAllowedConnections) argument
8282 if (maxAllowedConnections > 0)
8284 directoryServer.maxAllowedConnections = maxAllowedConnections;
8288 directoryServer.maxAllowedConnections = -1;
8318 final long maxAllowed = directoryServer.maxAllowedConnections;
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DDirectoryServer.java581 private long maxAllowedConnections; field in class:DirectoryServer
8666 return directoryServer.maxAllowedConnections;
8676 * @param maxAllowedConnections The maximum number of concurrent client
8679 public static void setMaxAllowedConnections(long maxAllowedConnections) argument
8681 if (maxAllowedConnections > 0)
8683 directoryServer.maxAllowedConnections = maxAllowedConnections;
8687 directoryServer.maxAllowedConnections = -1;
8717 if ((directoryServer.maxAllowedConnections > 0) &&
8719 directoryServer.maxAllowedConnections))
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DDirectoryServer.java840 private long maxAllowedConnections; field in class:DirectoryServer
8894 return directoryServer.maxAllowedConnections;
8904 * @param maxAllowedConnections The maximum number of concurrent client
8907 public static void setMaxAllowedConnections(long maxAllowedConnections) argument
8909 if (maxAllowedConnections > 0)
8911 directoryServer.maxAllowedConnections = maxAllowedConnections;
8915 directoryServer.maxAllowedConnections = -1;
8945 if ((directoryServer.maxAllowedConnections > 0) &&
8947 directoryServer.maxAllowedConnections))
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DDirectoryServer.java568 private long maxAllowedConnections; field in class:DirectoryServer
8267 return directoryServer.maxAllowedConnections;
8277 * @param maxAllowedConnections The maximum number of concurrent client
8280 public static void setMaxAllowedConnections(long maxAllowedConnections) argument
8282 if (maxAllowedConnections > 0)
8284 directoryServer.maxAllowedConnections = maxAllowedConnections;
8288 directoryServer.maxAllowedConnections = -1;
8318 final long maxAllowed = directoryServer.maxAllowedConnections;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DDirectoryServer.java592 private long maxAllowedConnections; field in class:DirectoryServer
6571 return directoryServer.maxAllowedConnections;
6579 * @param maxAllowedConnections The maximum number of concurrent client
6582 public static void setMaxAllowedConnections(long maxAllowedConnections) argument
6584 if (maxAllowedConnections > 0)
6586 directoryServer.maxAllowedConnections = maxAllowedConnections;
6590 directoryServer.maxAllowedConnections = -1;
6618 final long maxAllowed = directoryServer.maxAllowedConnections;

Completed in 196 milliseconds