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

/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DDirectoryServer.java551 private LinkedHashSet<ClientConnection> establishedConnections; field in class:DirectoryServer
998 establishedConnections = new LinkedHashSet<ClientConnection>(1000);
8706 synchronized (directoryServer.establishedConnections)
8724 directoryServer.establishedConnections.add(clientConnection);
8745 synchronized (directoryServer.establishedConnections)
8747 directoryServer.establishedConnections.remove(clientConnection);
/forgerock/opendj2/src/server/org/opends/server/core/
H A DDirectoryServer.java539 private Set<ClientConnection> establishedConnections; field in class:DirectoryServer
1000 establishedConnections = new LinkedHashSet<ClientConnection>(1000);
8307 synchronized (directoryServer.establishedConnections)
8324 directoryServer.establishedConnections.add(clientConnection);
8345 synchronized (directoryServer.establishedConnections)
8347 directoryServer.establishedConnections.remove(clientConnection);
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DDirectoryServer.java552 private LinkedHashSet<ClientConnection> establishedConnections; field in class:DirectoryServer
999 establishedConnections = new LinkedHashSet<ClientConnection>(1000);
8706 synchronized (directoryServer.establishedConnections)
8724 directoryServer.establishedConnections.add(clientConnection);
8745 synchronized (directoryServer.establishedConnections)
8747 directoryServer.establishedConnections.remove(clientConnection);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DDirectoryServer.java811 private LinkedHashSet<ClientConnection> establishedConnections; field in class:DirectoryServer
1258 establishedConnections = new LinkedHashSet<ClientConnection>(1000);
8934 synchronized (directoryServer.establishedConnections)
8952 directoryServer.establishedConnections.add(clientConnection);
8973 synchronized (directoryServer.establishedConnections)
8975 directoryServer.establishedConnections.remove(clientConnection);
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DDirectoryServer.java539 private Set<ClientConnection> establishedConnections; field in class:DirectoryServer
1000 establishedConnections = new LinkedHashSet<ClientConnection>(1000);
8307 synchronized (directoryServer.establishedConnections)
8324 directoryServer.establishedConnections.add(clientConnection);
8345 synchronized (directoryServer.establishedConnections)
8347 directoryServer.establishedConnections.remove(clientConnection);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DDirectoryServer.java566 private Set<ClientConnection> establishedConnections; field in class:DirectoryServer
1056 establishedConnections = new LinkedHashSet<>(1000);
6607 synchronized (directoryServer.establishedConnections)
6624 directoryServer.establishedConnections.add(clientConnection);
6643 synchronized (directoryServer.establishedConnections)
6645 directoryServer.establishedConnections.remove(clientConnection);

Completed in 157 milliseconds