Searched refs:connectionList (Results 1 - 24 of 24) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/internal/
H A DInternalConnectionHandler.java63 private LinkedList<ClientConnection> connectionList; field in class:InternalConnectionHandler
89 connectionList = new LinkedList<ClientConnection>();
207 return connectionList;
/forgerock/opendj2/src/server/org/opends/server/protocols/internal/
H A DInternalConnectionHandler.java62 private LinkedList<ClientConnection> connectionList; field in class:InternalConnectionHandler
88 connectionList = new LinkedList<ClientConnection>();
206 return connectionList;
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/internal/
H A DInternalConnectionHandler.java63 private LinkedList<ClientConnection> connectionList; field in class:InternalConnectionHandler
89 connectionList = new LinkedList<ClientConnection>();
207 return connectionList;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/internal/
H A DInternalConnectionHandler.java63 private LinkedList<ClientConnection> connectionList; field in class:InternalConnectionHandler
89 connectionList = new LinkedList<ClientConnection>();
207 return connectionList;
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/internal/
H A DInternalConnectionHandler.java62 private LinkedList<ClientConnection> connectionList; field in class:InternalConnectionHandler
88 connectionList = new LinkedList<ClientConnection>();
206 return connectionList;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/internal/
H A DInternalConnectionHandler.java64 private LinkedList<ClientConnection> connectionList; field in class:InternalConnectionHandler
90 connectionList = new LinkedList<>();
206 return connectionList;
/forgerock/opendj2/src/server/org/opends/server/protocols/jmx/
H A DJmxConnectionHandler.java76 private final List<ClientConnection> connectionList; field in class:JmxConnectionHandler
100 this.connectionList = new CopyOnWriteArrayList<ClientConnection>();
205 return connectionList;
462 connectionList.add(connection);
473 connectionList.remove(connection);
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/jmx/
H A DJmxConnectionHandler.java87 private final List<ClientConnection> connectionList; field in class:JmxConnectionHandler
111 this.connectionList = new CopyOnWriteArrayList<ClientConnection>();
212 return connectionList;
457 connectionList.add(connection);
468 connectionList.remove(connection);
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/jmx/
H A DJmxConnectionHandler.java76 private final List<ClientConnection> connectionList; field in class:JmxConnectionHandler
100 this.connectionList = new CopyOnWriteArrayList<ClientConnection>();
205 return connectionList;
462 connectionList.add(connection);
473 connectionList.remove(connection);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/jmx/
H A DJmxConnectionHandler.java83 private final List<ClientConnection> connectionList; field in class:JmxConnectionHandler
107 this.connectionList = new CopyOnWriteArrayList<>();
205 return connectionList;
455 connectionList.add(connection);
466 connectionList.remove(connection);
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/jmx/
H A DJmxConnectionHandler.java88 private LinkedList<ClientConnection> connectionList; field in class:JmxConnectionHandler
112 this.connectionList = new LinkedList<ClientConnection>();
248 return connectionList;
493 connectionList.add(connection);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/jmx/
H A DJmxConnectionHandler.java88 private LinkedList<ClientConnection> connectionList; field in class:JmxConnectionHandler
112 this.connectionList = new LinkedList<ClientConnection>();
248 return connectionList;
493 connectionList.add(connection);
/forgerock/opendj-b2.6/src/snmp/src/org/opends/server/snmp/
H A DSNMPConnectionHandler.java70 private LinkedList<ClientConnection> connectionList; field in class:SNMPConnectionHandler
90 this.connectionList = new LinkedList<ClientConnection>();
194 return this.connectionList;
/forgerock/opendj2/src/snmp/src/org/opends/server/snmp/
H A DSNMPConnectionHandler.java69 private LinkedList<ClientConnection> connectionList; field in class:SNMPConnectionHandler
89 this.connectionList = new LinkedList<ClientConnection>();
193 return this.connectionList;
/forgerock/opendj2.6.2/src/snmp/src/org/opends/server/snmp/
H A DSNMPConnectionHandler.java70 private LinkedList<ClientConnection> connectionList; field in class:SNMPConnectionHandler
90 this.connectionList = new LinkedList<ClientConnection>();
194 return this.connectionList;
/forgerock/opendj2-jel-hg/src/snmp/src/org/opends/server/snmp/
H A DSNMPConnectionHandler.java70 private LinkedList<ClientConnection> connectionList; field in class:SNMPConnectionHandler
90 this.connectionList = new LinkedList<ClientConnection>();
194 return this.connectionList;
/forgerock/opendj2-hg/src/snmp/src/org/opends/server/snmp/
H A DSNMPConnectionHandler.java69 private LinkedList<ClientConnection> connectionList; field in class:SNMPConnectionHandler
89 this.connectionList = new LinkedList<ClientConnection>();
193 return this.connectionList;
/forgerock/opendj-v3/opendj-server-legacy/src/snmp/src/org/opends/server/snmp/
H A DSNMPConnectionHandler.java73 private LinkedList<ClientConnection> connectionList; field in class:SNMPConnectionHandler
93 this.connectionList = new LinkedList<ClientConnection>();
190 return this.connectionList;
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/ldap/
H A DLDAPConnectionHandler.java495 List<ClientConnection> connectionList = new LinkedList<ClientConnection>();
498 connectionList.addAll(requestHandler.getClientConnections());
500 return connectionList;
/forgerock/opendj2/src/server/org/opends/server/protocols/ldap/
H A DLDAPConnectionHandler.java494 List<ClientConnection> connectionList = new LinkedList<ClientConnection>();
497 connectionList.addAll(requestHandler.getClientConnections());
499 return connectionList;
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/ldap/
H A DLDAPConnectionHandler.java495 List<ClientConnection> connectionList = new LinkedList<ClientConnection>();
498 connectionList.addAll(requestHandler.getClientConnections());
500 return connectionList;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPConnectionHandler.java495 List<ClientConnection> connectionList = new LinkedList<ClientConnection>();
498 connectionList.addAll(requestHandler.getClientConnections());
500 return connectionList;
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPConnectionHandler.java494 List<ClientConnection> connectionList = new LinkedList<ClientConnection>();
497 connectionList.addAll(requestHandler.getClientConnections());
499 return connectionList;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/ldap/
H A DLDAPConnectionHandler.java475 List<ClientConnection> connectionList = new LinkedList<>();
478 connectionList.addAll(requestHandler.getClientConnections());
480 return connectionList;

Completed in 132 milliseconds