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

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/util/
H A DConfigFromDirContext.java93 private CustomSearchResult systemInformation; field in class:ConfigFromDirContext
199 return systemInformation;
249 systemInformation = null;
749 else if ((systemInformation == null) && isSystemInformation(csr))
751 systemInformation = csr;
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/util/
H A DConfigFromDirContext.java92 private CustomSearchResult systemInformation; field in class:ConfigFromDirContext
198 return systemInformation;
248 systemInformation = null;
748 else if ((systemInformation == null) && isSystemInformation(csr))
750 systemInformation = csr;
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/util/
H A DConfigFromDirContext.java93 private CustomSearchResult systemInformation; field in class:ConfigFromDirContext
199 return systemInformation;
249 systemInformation = null;
749 else if ((systemInformation == null) && isSystemInformation(csr))
751 systemInformation = csr;
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DConfigFromDirContext.java92 private CustomSearchResult systemInformation; field in class:ConfigFromDirContext
198 return systemInformation;
248 systemInformation = null;
748 else if ((systemInformation == null) && isSystemInformation(csr))
750 systemInformation = csr;
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DConfigFromDirContext.java93 private CustomSearchResult systemInformation; field in class:ConfigFromDirContext
199 return systemInformation;
249 systemInformation = null;
749 else if ((systemInformation == null) && isSystemInformation(csr))
751 systemInformation = csr;
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DServerDescriptor.java79 private CustomSearchResult systemInformation; field in class:ServerDescriptor
995 * @param systemInformation entry for the system information.
997 public void setSystemInformationMonitor(CustomSearchResult systemInformation) argument
999 this.systemInformation = systemInformation;
1044 return systemInformation;
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DServerDescriptor.java80 private CustomSearchResult systemInformation; field in class:ServerDescriptor
996 * @param systemInformation entry for the system information.
998 public void setSystemInformationMonitor(CustomSearchResult systemInformation) argument
1000 this.systemInformation = systemInformation;
1045 return systemInformation;
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DServerDescriptor.java80 private CustomSearchResult systemInformation; field in class:ServerDescriptor
996 * @param systemInformation entry for the system information.
998 public void setSystemInformationMonitor(CustomSearchResult systemInformation) argument
1000 this.systemInformation = systemInformation;
1045 return systemInformation;
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DServerDescriptor.java79 private CustomSearchResult systemInformation; field in class:ServerDescriptor
995 * @param systemInformation entry for the system information.
997 public void setSystemInformationMonitor(CustomSearchResult systemInformation) argument
999 this.systemInformation = systemInformation;
1044 return systemInformation;
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DServerDescriptor.java80 private CustomSearchResult systemInformation; field in class:ServerDescriptor
996 * @param systemInformation entry for the system information.
998 public void setSystemInformationMonitor(CustomSearchResult systemInformation) argument
1000 this.systemInformation = systemInformation;
1045 return systemInformation;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/
H A DServerDescriptor.java80 private CustomSearchResult systemInformation; field in class:ServerDescriptor
766 * @param systemInformation entry for the system information.
768 public void setSystemInformationMonitor(CustomSearchResult systemInformation) argument
770 this.systemInformation = systemInformation;
815 return systemInformation;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/
H A DConfigFromDirContext.java117 private CustomSearchResult systemInformation; field in class:ConfigFromDirContext
211 return systemInformation;
266 systemInformation = null;
830 else if (systemInformation == null && isSystemInformation(csr))
832 systemInformation = csr;

Completed in 64 milliseconds