Searched defs:rootMonitor (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/util/
H A DConfigFromDirContext.java91 private CustomSearchResult rootMonitor; field in class:ConfigFromDirContext
181 return rootMonitor;
247 rootMonitor = null;
733 if ((rootMonitor == null) && isRootMonitor(csr))
735 rootMonitor = csr;
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/util/
H A DConfigFromDirContext.java90 private CustomSearchResult rootMonitor; field in class:ConfigFromDirContext
180 return rootMonitor;
246 rootMonitor = null;
732 if ((rootMonitor == null) && isRootMonitor(csr))
734 rootMonitor = csr;
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/util/
H A DConfigFromDirContext.java91 private CustomSearchResult rootMonitor; field in class:ConfigFromDirContext
181 return rootMonitor;
247 rootMonitor = null;
733 if ((rootMonitor == null) && isRootMonitor(csr))
735 rootMonitor = csr;
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DConfigFromDirContext.java90 private CustomSearchResult rootMonitor; field in class:ConfigFromDirContext
180 return rootMonitor;
246 rootMonitor = null;
732 if ((rootMonitor == null) && isRootMonitor(csr))
734 rootMonitor = csr;
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DConfigFromDirContext.java91 private CustomSearchResult rootMonitor; field in class:ConfigFromDirContext
181 return rootMonitor;
247 rootMonitor = null;
733 if ((rootMonitor == null) && isRootMonitor(csr))
735 rootMonitor = csr;
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DServerDescriptor.java75 private CustomSearchResult rootMonitor; field in class:ServerDescriptor
953 * @param rootMonitor the root entry of the monitoring tree.
955 public void setRootMonitor(CustomSearchResult rootMonitor) argument
957 this.rootMonitor = rootMonitor;
958 if (rootMonitor != null)
963 rootMonitor,
966 Utilities.getFirstMonitoringValue(rootMonitor,
1035 return rootMonitor;
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DServerDescriptor.java76 private CustomSearchResult rootMonitor; field in class:ServerDescriptor
954 * @param rootMonitor the root entry of the monitoring tree.
956 public void setRootMonitor(CustomSearchResult rootMonitor) argument
958 this.rootMonitor = rootMonitor;
959 if (rootMonitor != null)
964 rootMonitor,
967 Utilities.getFirstMonitoringValue(rootMonitor,
1036 return rootMonitor;
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DServerDescriptor.java76 private CustomSearchResult rootMonitor; field in class:ServerDescriptor
954 * @param rootMonitor the root entry of the monitoring tree.
956 public void setRootMonitor(CustomSearchResult rootMonitor) argument
958 this.rootMonitor = rootMonitor;
959 if (rootMonitor != null)
964 rootMonitor,
967 Utilities.getFirstMonitoringValue(rootMonitor,
1036 return rootMonitor;
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DServerDescriptor.java75 private CustomSearchResult rootMonitor; field in class:ServerDescriptor
953 * @param rootMonitor the root entry of the monitoring tree.
955 public void setRootMonitor(CustomSearchResult rootMonitor) argument
957 this.rootMonitor = rootMonitor;
958 if (rootMonitor != null)
963 rootMonitor,
966 Utilities.getFirstMonitoringValue(rootMonitor,
1035 return rootMonitor;
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DServerDescriptor.java76 private CustomSearchResult rootMonitor; field in class:ServerDescriptor
954 * @param rootMonitor the root entry of the monitoring tree.
956 public void setRootMonitor(CustomSearchResult rootMonitor) argument
958 this.rootMonitor = rootMonitor;
959 if (rootMonitor != null)
964 rootMonitor,
967 Utilities.getFirstMonitoringValue(rootMonitor,
1036 return rootMonitor;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/
H A DServerDescriptor.java78 private CustomSearchResult rootMonitor; field in class:ServerDescriptor
726 * @param rootMonitor the root entry of the monitoring tree.
728 public void setRootMonitor(CustomSearchResult rootMonitor) argument
730 this.rootMonitor = rootMonitor;
731 runningTime = computeRunningTime(rootMonitor);
734 private long computeRunningTime(CustomSearchResult rootMonitor) argument
736 if (rootMonitor != null)
740 String start = getFirstValueAsString(rootMonitor, START_DATE.getAttributeName());
741 String current = getFirstValueAsString(rootMonitor, CURRENT_DAT
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/
H A DConfigFromDirContext.java115 private CustomSearchResult rootMonitor; field in class:ConfigFromDirContext
191 return rootMonitor;
264 rootMonitor = null;
814 if (rootMonitor == null && isRootMonitor(csr))
816 rootMonitor = csr;

Completed in 66 milliseconds