Searched defs:extraAttributes (Results 1 - 17 of 17) sorted by relevance

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DJavaInformationMonitoringPanel.java74 private List<BasicMonitoringAttributes> extraAttributes = field in class:JavaInformationMonitoringPanel
77 extraAttributes.add(BasicMonitoringAttributes.CLASS_PATH);
78 extraAttributes.add(BasicMonitoringAttributes.JAVA_VERSION);
79 extraAttributes.add(BasicMonitoringAttributes.JAVA_VENDOR);
148 if (extraAttributes.contains(generalAttributes.get(i)))
224 for (int i=0; i<extraAttributes.size(); i++)
226 int index = generalAttributes.indexOf(extraAttributes.get(i));
228 getLabel(extraAttributes.get(i)));
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DJavaInformationMonitoringPanel.java73 private List<BasicMonitoringAttributes> extraAttributes = field in class:JavaInformationMonitoringPanel
76 extraAttributes.add(BasicMonitoringAttributes.CLASS_PATH);
77 extraAttributes.add(BasicMonitoringAttributes.JAVA_VERSION);
78 extraAttributes.add(BasicMonitoringAttributes.JAVA_VENDOR);
147 if (extraAttributes.contains(generalAttributes.get(i)))
223 for (int i=0; i<extraAttributes.size(); i++)
225 int index = generalAttributes.indexOf(extraAttributes.get(i));
227 getLabel(extraAttributes.get(i)));
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DJavaInformationMonitoringPanel.java74 private List<BasicMonitoringAttributes> extraAttributes = field in class:JavaInformationMonitoringPanel
77 extraAttributes.add(BasicMonitoringAttributes.CLASS_PATH);
78 extraAttributes.add(BasicMonitoringAttributes.JAVA_VERSION);
79 extraAttributes.add(BasicMonitoringAttributes.JAVA_VENDOR);
148 if (extraAttributes.contains(generalAttributes.get(i)))
224 for (int i=0; i<extraAttributes.size(); i++)
226 int index = generalAttributes.indexOf(extraAttributes.get(i));
228 getLabel(extraAttributes.get(i)));
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DJavaInformationMonitoringPanel.java73 private List<BasicMonitoringAttributes> extraAttributes = field in class:JavaInformationMonitoringPanel
76 extraAttributes.add(BasicMonitoringAttributes.CLASS_PATH);
77 extraAttributes.add(BasicMonitoringAttributes.JAVA_VERSION);
78 extraAttributes.add(BasicMonitoringAttributes.JAVA_VENDOR);
147 if (extraAttributes.contains(generalAttributes.get(i)))
223 for (int i=0; i<extraAttributes.size(); i++)
225 int index = generalAttributes.indexOf(extraAttributes.get(i));
227 getLabel(extraAttributes.get(i)));
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DJavaInformationMonitoringPanel.java74 private List<BasicMonitoringAttributes> extraAttributes = field in class:JavaInformationMonitoringPanel
77 extraAttributes.add(BasicMonitoringAttributes.CLASS_PATH);
78 extraAttributes.add(BasicMonitoringAttributes.JAVA_VERSION);
79 extraAttributes.add(BasicMonitoringAttributes.JAVA_VENDOR);
148 if (extraAttributes.contains(generalAttributes.get(i)))
224 for (int i=0; i<extraAttributes.size(); i++)
226 int index = generalAttributes.indexOf(extraAttributes.get(i));
228 getLabel(extraAttributes.get(i)));
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DJavaInformationMonitoringPanel.java74 private List<BasicMonitoringAttributes> extraAttributes = new ArrayList<>(); field in class:JavaInformationMonitoringPanel
76 extraAttributes.add(BasicMonitoringAttributes.CLASS_PATH);
77 extraAttributes.add(BasicMonitoringAttributes.JAVA_VERSION);
78 extraAttributes.add(BasicMonitoringAttributes.JAVA_VENDOR);
145 if (extraAttributes.contains(generalAttributes.get(i)))
220 for (int i=0; i<extraAttributes.size(); i++)
222 int index = generalAttributes.indexOf(extraAttributes.get(i));
224 getLabel(extraAttributes.get(i)));
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DSchema.java236 private Map<String, Attribute> extraAttributes = field in class:Schema
3355 if (extraAttributes != null)
3357 dupSchema.extraAttributes =
3358 new HashMap<String, Attribute>(extraAttributes);
3366 * Get the extraAttributes stored in this schema.
3368 * @return The extraAttributes stored in this schema.
3372 return extraAttributes;
3386 extraAttributes.put(name, attr);
3972 if (extraAttributes != null)
3974 extraAttributes
[all...]
/forgerock/opendj2/src/server/org/opends/server/types/
H A DSchema.java252 private Map<String, Attribute> extraAttributes = field in class:Schema
3371 if (extraAttributes != null)
3373 dupSchema.extraAttributes =
3374 new HashMap<String, Attribute>(extraAttributes);
3382 * Get the extraAttributes stored in this schema.
3384 * @return The extraAttributes stored in this schema.
3388 return extraAttributes;
3402 extraAttributes.put(name, attr);
3984 if (extraAttributes != null)
3986 extraAttributes
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DSchema.java237 private Map<String, Attribute> extraAttributes = field in class:Schema
3356 if (extraAttributes != null)
3358 dupSchema.extraAttributes =
3359 new HashMap<String, Attribute>(extraAttributes);
3367 * Get the extraAttributes stored in this schema.
3369 * @return The extraAttributes stored in this schema.
3373 return extraAttributes;
3387 extraAttributes.put(name, attr);
3974 if (extraAttributes != null)
3976 extraAttributes
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DSchema.java236 private Map<String, Attribute> extraAttributes = field in class:Schema
3355 if (extraAttributes != null)
3357 dupSchema.extraAttributes =
3358 new HashMap<String, Attribute>(extraAttributes);
3366 * Get the extraAttributes stored in this schema.
3368 * @return The extraAttributes stored in this schema.
3372 return extraAttributes;
3386 extraAttributes.put(name, attr);
3972 if (extraAttributes != null)
3974 extraAttributes
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DSchema.java252 private Map<String, Attribute> extraAttributes = field in class:Schema
3371 if (extraAttributes != null)
3373 dupSchema.extraAttributes =
3374 new HashMap<String, Attribute>(extraAttributes);
3382 * Get the extraAttributes stored in this schema.
3384 * @return The extraAttributes stored in this schema.
3388 return extraAttributes;
3402 extraAttributes.put(name, attr);
3984 if (extraAttributes != null)
3986 extraAttributes
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DSchema.java188 private Map<String, Attribute> extraAttributes = new HashMap<>(); field in class:Schema
2042 if (extraAttributes != null)
2044 dupSchema.extraAttributes = new HashMap<>(extraAttributes);
2052 * Get the extraAttributes stored in this schema.
2054 * @return The extraAttributes stored in this schema.
2058 return extraAttributes;
2072 extraAttributes.put(name, attr);
2579 if (extraAttributes != null)
2581 extraAttributes
[all...]
/forgerock/opendj2/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 1500 milliseconds