Searched refs:currentConnections (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DStatusPanel.java85 private SelectableLabelWithHelpIcon currentConnections; field in class:StatusPanel
348 Utilities.setNotAvailableBecauseServerIsDown(currentConnections);
352 Utilities.setTextValue(currentConnections,
359 currentConnections);
366 Utilities.setTextValue(currentConnections,
371 Utilities.setNotAvailable(currentConnections);
630 currentConnections = new SelectableLabelWithHelpIcon(Message.EMPTY, null);
634 auxPanel.add(currentConnections, gbc);
637 l.setLabelFor(currentConnections);
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DStatusPanel.java84 private SelectableLabelWithHelpIcon currentConnections; field in class:StatusPanel
347 Utilities.setNotAvailableBecauseServerIsDown(currentConnections);
351 Utilities.setTextValue(currentConnections,
358 currentConnections);
365 Utilities.setTextValue(currentConnections,
370 Utilities.setNotAvailable(currentConnections);
629 currentConnections = new SelectableLabelWithHelpIcon(Message.EMPTY, null);
633 auxPanel.add(currentConnections, gbc);
636 l.setLabelFor(currentConnections);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DStatusPanel.java85 private SelectableLabelWithHelpIcon currentConnections; field in class:StatusPanel
348 Utilities.setNotAvailableBecauseServerIsDown(currentConnections);
352 Utilities.setTextValue(currentConnections,
359 currentConnections);
366 Utilities.setTextValue(currentConnections,
371 Utilities.setNotAvailable(currentConnections);
630 currentConnections = new SelectableLabelWithHelpIcon(Message.EMPTY, null);
634 auxPanel.add(currentConnections, gbc);
637 l.setLabelFor(currentConnections);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DStatusPanel.java84 private SelectableLabelWithHelpIcon currentConnections; field in class:StatusPanel
347 Utilities.setNotAvailableBecauseServerIsDown(currentConnections);
351 Utilities.setTextValue(currentConnections,
358 currentConnections);
365 Utilities.setTextValue(currentConnections,
370 Utilities.setNotAvailable(currentConnections);
629 currentConnections = new SelectableLabelWithHelpIcon(Message.EMPTY, null);
633 auxPanel.add(currentConnections, gbc);
636 l.setLabelFor(currentConnections);
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DStatusPanel.java85 private SelectableLabelWithHelpIcon currentConnections; field in class:StatusPanel
348 Utilities.setNotAvailableBecauseServerIsDown(currentConnections);
352 Utilities.setTextValue(currentConnections,
359 currentConnections);
366 Utilities.setTextValue(currentConnections,
371 Utilities.setNotAvailable(currentConnections);
630 currentConnections = new SelectableLabelWithHelpIcon(Message.EMPTY, null);
634 auxPanel.add(currentConnections, gbc);
637 l.setLabelFor(currentConnections);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DStatusPanel.java85 private SelectableLabelWithHelpIcon currentConnections; field in class:StatusPanel
333 Utilities.setNotAvailableBecauseServerIsDown(currentConnections);
337 Utilities.setTextValue(currentConnections,
344 currentConnections);
351 Utilities.setTextValue(currentConnections,
356 Utilities.setNotAvailable(currentConnections);
604 currentConnections = new SelectableLabelWithHelpIcon(LocalizableMessage.EMPTY, null);
608 auxPanel.add(currentConnections, gbc);
611 l.setLabelFor(currentConnections);
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DDirectoryServer.java572 private long currentConnections; field in class:DirectoryServer
999 currentConnections = 0;
8718 (directoryServer.currentConnections >=
8725 directoryServer.currentConnections++;
8727 if (directoryServer.currentConnections > directoryServer.maxConnections)
8729 directoryServer.maxConnections = directoryServer.currentConnections;
8748 directoryServer.currentConnections--;
8761 return directoryServer.currentConnections;
/forgerock/opendj2/src/server/org/opends/server/core/
H A DDirectoryServer.java560 private long currentConnections; field in class:DirectoryServer
1001 currentConnections = 0;
8319 if (0 < maxAllowed && maxAllowed <= directoryServer.currentConnections)
8325 directoryServer.currentConnections++;
8327 if (directoryServer.currentConnections > directoryServer.maxConnections)
8329 directoryServer.maxConnections = directoryServer.currentConnections;
8348 directoryServer.currentConnections--;
8361 return directoryServer.currentConnections;
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DDirectoryServer.java573 private long currentConnections; field in class:DirectoryServer
1000 currentConnections = 0;
8718 (directoryServer.currentConnections >=
8725 directoryServer.currentConnections++;
8727 if (directoryServer.currentConnections > directoryServer.maxConnections)
8729 directoryServer.maxConnections = directoryServer.currentConnections;
8748 directoryServer.currentConnections--;
8761 return directoryServer.currentConnections;
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DDirectoryServer.java560 private long currentConnections; field in class:DirectoryServer
1001 currentConnections = 0;
8319 if (0 < maxAllowed && maxAllowed <= directoryServer.currentConnections)
8325 directoryServer.currentConnections++;
8327 if (directoryServer.currentConnections > directoryServer.maxConnections)
8329 directoryServer.maxConnections = directoryServer.currentConnections;
8348 directoryServer.currentConnections--;
8361 return directoryServer.currentConnections;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DDirectoryServer.java587 private long currentConnections; field in class:DirectoryServer
1057 currentConnections = 0;
6619 if (0 < maxAllowed && maxAllowed <= directoryServer.currentConnections)
6625 directoryServer.currentConnections++;
6627 if (directoryServer.currentConnections > directoryServer.maxConnections)
6629 directoryServer.maxConnections = directoryServer.currentConnections;
6646 directoryServer.currentConnections--;
6657 return directoryServer.currentConnections;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DDirectoryServer.java832 private long currentConnections; field in class:DirectoryServer
1259 currentConnections = 0;
8946 (directoryServer.currentConnections >=
8953 directoryServer.currentConnections++;
8955 if (directoryServer.currentConnections > directoryServer.maxConnections)
8957 directoryServer.maxConnections = directoryServer.currentConnections;
8976 directoryServer.currentConnections--;
8989 return directoryServer.currentConnections;

Completed in 158 milliseconds