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

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DConnectionHandlerMonitoringPanel.java308 compare = getConnectionHandlerLabel(desc1).compareTo(
309 getConnectionHandlerLabel(desc2));
328 String connectionHandlerLabel = getConnectionHandlerLabel(ch);
461 private String getConnectionHandlerLabel(ConnectionHandlerDescriptor ch) method in class:ConnectionHandlerMonitoringPanel
570 if (getConnectionHandlerLabel(ch).equals(name))
580 if (getConnectionHandlerLabel(adminCh).equals(name))
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DConnectionHandlerMonitoringPanel.java308 compare = getConnectionHandlerLabel(desc1).compareTo(
309 getConnectionHandlerLabel(desc2));
328 String connectionHandlerLabel = getConnectionHandlerLabel(ch);
461 private String getConnectionHandlerLabel(ConnectionHandlerDescriptor ch) method in class:ConnectionHandlerMonitoringPanel
570 if (getConnectionHandlerLabel(ch).equals(name))
580 if (getConnectionHandlerLabel(adminCh).equals(name))
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DConnectionHandlerMonitoringPanel.java308 compare = getConnectionHandlerLabel(desc1).compareTo(
309 getConnectionHandlerLabel(desc2));
328 String connectionHandlerLabel = getConnectionHandlerLabel(ch);
461 private String getConnectionHandlerLabel(ConnectionHandlerDescriptor ch) method in class:ConnectionHandlerMonitoringPanel
570 if (getConnectionHandlerLabel(ch).equals(name))
580 if (getConnectionHandlerLabel(adminCh).equals(name))
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DConnectionHandlerMonitoringPanel.java308 compare = getConnectionHandlerLabel(desc1).compareTo(
309 getConnectionHandlerLabel(desc2));
328 String connectionHandlerLabel = getConnectionHandlerLabel(ch);
461 private String getConnectionHandlerLabel(ConnectionHandlerDescriptor ch) method in class:ConnectionHandlerMonitoringPanel
570 if (getConnectionHandlerLabel(ch).equals(name))
580 if (getConnectionHandlerLabel(adminCh).equals(name))
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DConnectionHandlerMonitoringPanel.java308 compare = getConnectionHandlerLabel(desc1).compareTo(
309 getConnectionHandlerLabel(desc2));
328 String connectionHandlerLabel = getConnectionHandlerLabel(ch);
461 private String getConnectionHandlerLabel(ConnectionHandlerDescriptor ch) method in class:ConnectionHandlerMonitoringPanel
570 if (getConnectionHandlerLabel(ch).equals(name))
580 if (getConnectionHandlerLabel(adminCh).equals(name))
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DConnectionHandlerMonitoringPanel.java299 compare = getConnectionHandlerLabel(desc1).compareTo(
300 getConnectionHandlerLabel(desc2));
319 String connectionHandlerLabel = getConnectionHandlerLabel(ch);
440 private String getConnectionHandlerLabel(ConnectionHandlerDescriptor ch) method in class:ConnectionHandlerMonitoringPanel
548 if (getConnectionHandlerLabel(ch).equals(name))
558 if (getConnectionHandlerLabel(adminCh).equals(name))

Completed in 72 milliseconds