Searched refs:getConnectionHandler (Results 1 - 25 of 101) sorted by relevance

12345

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/
H A DConnectionHandlersMonitoringTableModel.java111 Integer port1 = Integer.valueOf(ach1.getConnectionHandler().getPort());
112 Integer port2 = Integer.valueOf(ach2.getConnectionHandler().getPort());
131 ConnectionHandlerDescriptor ch = ach.getConnectionHandler();
239 public ConnectionHandlerDescriptor getConnectionHandler() method in class:AddressConnectionHandlerDescriptor
274 && ach.getConnectionHandler().equals(getConnectionHandler());
/forgerock/opendj-b2.6/src/server/org/opends/server/core/networkgroups/
H A DProtocolConnectionCriteria.java75 connection.getConnectionHandler().getProtocol();
/forgerock/opendj2/src/server/org/opends/server/core/networkgroups/
H A DProtocolConnectionCriteria.java74 connection.getConnectionHandler().getProtocol();
/forgerock/opendj2.6.2/src/server/org/opends/server/core/networkgroups/
H A DProtocolConnectionCriteria.java75 connection.getConnectionHandler().getProtocol();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/networkgroups/
H A DProtocolConnectionCriteria.java75 connection.getConnectionHandler().getProtocol();
/forgerock/opendj2-hg/src/server/org/opends/server/core/networkgroups/
H A DProtocolConnectionCriteria.java74 connection.getConnectionHandler().getProtocol();
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DConnectionHandlersMonitoringTableModel.java129 Integer port1 = new Integer(ach1.getConnectionHandler().getPort());
130 Integer port2 = new Integer(ach2.getConnectionHandler().getPort());
155 ConnectionHandlerDescriptor ch = ach.getConnectionHandler();
273 public ConnectionHandlerDescriptor getConnectionHandler() method in class:AddressConnectionHandlerDescriptor
321 equals = ach.getConnectionHandler().equals(getConnectionHandler());
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DConnectionHandlersMonitoringTableModel.java130 Integer port1 = new Integer(ach1.getConnectionHandler().getPort());
131 Integer port2 = new Integer(ach2.getConnectionHandler().getPort());
156 ConnectionHandlerDescriptor ch = ach.getConnectionHandler();
274 public ConnectionHandlerDescriptor getConnectionHandler() method in class:AddressConnectionHandlerDescriptor
322 equals = ach.getConnectionHandler().equals(getConnectionHandler());
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DConnectionHandlersMonitoringTableModel.java130 Integer port1 = new Integer(ach1.getConnectionHandler().getPort());
131 Integer port2 = new Integer(ach2.getConnectionHandler().getPort());
156 ConnectionHandlerDescriptor ch = ach.getConnectionHandler();
274 public ConnectionHandlerDescriptor getConnectionHandler() method in class:AddressConnectionHandlerDescriptor
322 equals = ach.getConnectionHandler().equals(getConnectionHandler());
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DConnectionHandlersMonitoringTableModel.java129 Integer port1 = new Integer(ach1.getConnectionHandler().getPort());
130 Integer port2 = new Integer(ach2.getConnectionHandler().getPort());
155 ConnectionHandlerDescriptor ch = ach.getConnectionHandler();
273 public ConnectionHandlerDescriptor getConnectionHandler() method in class:AddressConnectionHandlerDescriptor
321 equals = ach.getConnectionHandler().equals(getConnectionHandler());
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DConnectionHandlersMonitoringTableModel.java130 Integer port1 = new Integer(ach1.getConnectionHandler().getPort());
131 Integer port2 = new Integer(ach2.getConnectionHandler().getPort());
156 ConnectionHandlerDescriptor ch = ach.getConnectionHandler();
274 public ConnectionHandlerDescriptor getConnectionHandler() method in class:AddressConnectionHandlerDescriptor
322 equals = ach.getConnectionHandler().equals(getConnectionHandler());
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DConnectionHandlerConfigManager.java106 getConnectionHandler(configuration);
150 connectionHandler = getConnectionHandler(configuration);
261 .getConnectionHandler(name);
275 getConnectionHandler(config);
302 LDAPConnectionHandler connectionHandler = ac.getConnectionHandler();
344 private <T extends ConnectionHandlerCfg> ConnectionHandler<T> getConnectionHandler( method in class:ConnectionHandlerConfigManager
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DConnectionHandlerConfigManager.java121 getConnectionHandler(configuration);
181 connectionHandler = getConnectionHandler(configuration);
306 .getConnectionHandler(name);
320 getConnectionHandler(config);
347 LDAPConnectionHandler connectionHandler = ac.getConnectionHandler();
403 getConnectionHandler(ConnectionHandlerCfg config) method in class:ConnectionHandlerConfigManager
/forgerock/opendj2/src/server/org/opends/server/core/
H A DConnectionHandlerConfigManager.java120 getConnectionHandler(configuration);
180 connectionHandler = getConnectionHandler(configuration);
305 .getConnectionHandler(name);
319 getConnectionHandler(config);
346 LDAPConnectionHandler connectionHandler = ac.getConnectionHandler();
402 getConnectionHandler(ConnectionHandlerCfg config) method in class:ConnectionHandlerConfigManager
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DConnectionHandlerConfigManager.java121 getConnectionHandler(configuration);
181 connectionHandler = getConnectionHandler(configuration);
306 .getConnectionHandler(name);
320 getConnectionHandler(config);
347 LDAPConnectionHandler connectionHandler = ac.getConnectionHandler();
403 getConnectionHandler(ConnectionHandlerCfg config) method in class:ConnectionHandlerConfigManager
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DConnectionHandlerConfigManager.java121 getConnectionHandler(configuration);
181 connectionHandler = getConnectionHandler(configuration);
306 .getConnectionHandler(name);
320 getConnectionHandler(config);
347 LDAPConnectionHandler connectionHandler = ac.getConnectionHandler();
403 getConnectionHandler(ConnectionHandlerCfg config) method in class:ConnectionHandlerConfigManager
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DConnectionHandlerConfigManager.java120 getConnectionHandler(configuration);
180 connectionHandler = getConnectionHandler(configuration);
305 .getConnectionHandler(name);
319 getConnectionHandler(config);
346 LDAPConnectionHandler connectionHandler = ac.getConnectionHandler();
402 getConnectionHandler(ConnectionHandlerCfg config) method in class:ConnectionHandlerConfigManager
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DMockClientConnection.java150 public ConnectionHandler<?> getConnectionHandler() method in class:MockClientConnection
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DMockClientConnection.java151 public ConnectionHandler<?> getConnectionHandler() method in class:MockClientConnection
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DMockClientConnection.java150 public ConnectionHandler<?> getConnectionHandler() method in class:MockClientConnection
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/backends/pluggable/
H A DClientConnectionStub.java54 public ConnectionHandler<?> getConnectionHandler() method in class:ClientConnectionStub
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/util/
H A DConfigFromFile.java142 this.adminConnector = getConnectionHandler(adminConnector);
153 root.getConnectionHandler(connHandler);
154 ls.add(getConnectionHandler(connectionHandler, connHandler));
397 private ConnectionHandlerDescriptor getConnectionHandler( method in class:ConfigFromFile
486 private ConnectionHandlerDescriptor getConnectionHandler( method in class:ConfigFromFile
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/util/
H A DConfigFromFile.java141 this.adminConnector = getConnectionHandler(adminConnector);
152 root.getConnectionHandler(connHandler);
153 ls.add(getConnectionHandler(connectionHandler, connHandler));
396 private ConnectionHandlerDescriptor getConnectionHandler( method in class:ConfigFromFile
485 private ConnectionHandlerDescriptor getConnectionHandler( method in class:ConfigFromFile
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/util/
H A DConfigFromFile.java142 this.adminConnector = getConnectionHandler(adminConnector);
153 root.getConnectionHandler(connHandler);
154 ls.add(getConnectionHandler(connectionHandler, connHandler));
397 private ConnectionHandlerDescriptor getConnectionHandler( method in class:ConfigFromFile
486 private ConnectionHandlerDescriptor getConnectionHandler( method in class:ConfigFromFile
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DConfigFromFile.java141 this.adminConnector = getConnectionHandler(adminConnector);
152 root.getConnectionHandler(connHandler);
153 ls.add(getConnectionHandler(connectionHandler, connHandler));
396 private ConnectionHandlerDescriptor getConnectionHandler( method in class:ConfigFromFile
485 private ConnectionHandlerDescriptor getConnectionHandler( method in class:ConfigFromFile

Completed in 118 milliseconds

12345