Searched refs:createAttribute (Results 1 - 25 of 140) sorted by relevance

123456

/forgerock/opendj-b2.6/src/server/org/opends/server/monitors/
H A DVersionMonitorProvider.java177 attrs.add(createAttribute(ATTR_PRODUCT_NAME,
179 attrs.add(createAttribute(ATTR_SHORT_NAME, DynamicConstants.SHORT_NAME));
180 attrs.add(createAttribute(ATTR_MAJOR_VERSION,
182 attrs.add(createAttribute(ATTR_MINOR_VERSION,
184 attrs.add(createAttribute(ATTR_POINT_VERSION,
190 attrs.add(createAttribute(ATTR_VERSION_QUALIFIER, versionQualifier));
196 attrs.add(createAttribute(ATTR_BUILD_NUMBER,
203 attrs.add(createAttribute(ATTR_FIX_IDS, fixIDs));
206 attrs.add(createAttribute(ATTR_REVISION_NUMBER,
208 attrs.add(createAttribute(ATTR_BUILD_I
228 private Attribute createAttribute(String name, String value) method in class:VersionMonitorProvider
[all...]
H A DSystemInfoMonitorProvider.java107 attrs.add(createAttribute("javaVersion",
109 attrs.add(createAttribute("javaVendor", System.getProperty("java.vendor")));
110 attrs.add(createAttribute("jvmVersion",
112 attrs.add(createAttribute("jvmVendor",
114 attrs.add(createAttribute("javaHome",
116 attrs.add(createAttribute("classPath",
118 attrs.add(createAttribute("workingDirectory",
124 attrs.add(createAttribute("operatingSystem", osInfo));
133 attrs.add(createAttribute("jvmArchitecture", jvmArch));
137 attrs.add(createAttribute("jvmArchitectur
248 private Attribute createAttribute(String name, String value) method in class:SystemInfoMonitorProvider
[all...]
H A DMemoryUsageMonitorProvider.java162 attrs.add(createAttribute(safeName + "-total-collection-count",
164 attrs.add(createAttribute(safeName + "-total-collection-duration",
166 attrs.add(createAttribute(safeName + "-average-collection-duration",
168 attrs.add(createAttribute(safeName + "-recent-collection-duration",
187 attrs.add(createAttribute(safeName + "-current-bytes-used", "0"));
191 attrs.add(createAttribute(safeName + "-current-bytes-used",
197 attrs.add(createAttribute(safeName +
203 attrs.add(createAttribute(safeName +
223 private Attribute createAttribute(String name, String value) method in class:MemoryUsageMonitorProvider
/forgerock/opendj2/src/server/org/opends/server/monitors/
H A DVersionMonitorProvider.java176 attrs.add(createAttribute(ATTR_PRODUCT_NAME,
178 attrs.add(createAttribute(ATTR_SHORT_NAME, DynamicConstants.SHORT_NAME));
179 attrs.add(createAttribute(ATTR_MAJOR_VERSION,
181 attrs.add(createAttribute(ATTR_MINOR_VERSION,
183 attrs.add(createAttribute(ATTR_POINT_VERSION,
189 attrs.add(createAttribute(ATTR_VERSION_QUALIFIER, versionQualifier));
195 attrs.add(createAttribute(ATTR_BUILD_NUMBER,
202 attrs.add(createAttribute(ATTR_FIX_IDS, fixIDs));
205 attrs.add(createAttribute(ATTR_REVISION_NUMBER,
207 attrs.add(createAttribute(ATTR_BUILD_I
227 private Attribute createAttribute(String name, String value) method in class:VersionMonitorProvider
[all...]
H A DSystemInfoMonitorProvider.java106 attrs.add(createAttribute("javaVersion",
108 attrs.add(createAttribute("javaVendor", System.getProperty("java.vendor")));
109 attrs.add(createAttribute("jvmVersion",
111 attrs.add(createAttribute("jvmVendor",
113 attrs.add(createAttribute("javaHome",
115 attrs.add(createAttribute("classPath",
117 attrs.add(createAttribute("workingDirectory",
123 attrs.add(createAttribute("operatingSystem", osInfo));
132 attrs.add(createAttribute("jvmArchitecture", jvmArch));
136 attrs.add(createAttribute("jvmArchitectur
247 private Attribute createAttribute(String name, String value) method in class:SystemInfoMonitorProvider
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/monitors/
H A DVersionMonitorProvider.java177 attrs.add(createAttribute(ATTR_PRODUCT_NAME,
179 attrs.add(createAttribute(ATTR_SHORT_NAME, DynamicConstants.SHORT_NAME));
180 attrs.add(createAttribute(ATTR_MAJOR_VERSION,
182 attrs.add(createAttribute(ATTR_MINOR_VERSION,
184 attrs.add(createAttribute(ATTR_POINT_VERSION,
190 attrs.add(createAttribute(ATTR_VERSION_QUALIFIER, versionQualifier));
196 attrs.add(createAttribute(ATTR_BUILD_NUMBER,
203 attrs.add(createAttribute(ATTR_FIX_IDS, fixIDs));
206 attrs.add(createAttribute(ATTR_REVISION_NUMBER,
208 attrs.add(createAttribute(ATTR_BUILD_I
228 private Attribute createAttribute(String name, String value) method in class:VersionMonitorProvider
[all...]
H A DSystemInfoMonitorProvider.java107 attrs.add(createAttribute("javaVersion",
109 attrs.add(createAttribute("javaVendor", System.getProperty("java.vendor")));
110 attrs.add(createAttribute("jvmVersion",
112 attrs.add(createAttribute("jvmVendor",
114 attrs.add(createAttribute("javaHome",
116 attrs.add(createAttribute("classPath",
118 attrs.add(createAttribute("workingDirectory",
124 attrs.add(createAttribute("operatingSystem", osInfo));
133 attrs.add(createAttribute("jvmArchitecture", jvmArch));
137 attrs.add(createAttribute("jvmArchitectur
248 private Attribute createAttribute(String name, String value) method in class:SystemInfoMonitorProvider
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/monitors/
H A DVersionMonitorProvider.java177 attrs.add(createAttribute(ATTR_PRODUCT_NAME,
179 attrs.add(createAttribute(ATTR_SHORT_NAME, DynamicConstants.SHORT_NAME));
180 attrs.add(createAttribute(ATTR_MAJOR_VERSION,
182 attrs.add(createAttribute(ATTR_MINOR_VERSION,
184 attrs.add(createAttribute(ATTR_POINT_VERSION,
190 attrs.add(createAttribute(ATTR_VERSION_QUALIFIER, versionQualifier));
196 attrs.add(createAttribute(ATTR_BUILD_NUMBER,
203 attrs.add(createAttribute(ATTR_FIX_IDS, fixIDs));
206 attrs.add(createAttribute(ATTR_REVISION_NUMBER,
208 attrs.add(createAttribute(ATTR_BUILD_I
228 private Attribute createAttribute(String name, String value) method in class:VersionMonitorProvider
[all...]
H A DSystemInfoMonitorProvider.java107 attrs.add(createAttribute("javaVersion",
109 attrs.add(createAttribute("javaVendor", System.getProperty("java.vendor")));
110 attrs.add(createAttribute("jvmVersion",
112 attrs.add(createAttribute("jvmVendor",
114 attrs.add(createAttribute("javaHome",
116 attrs.add(createAttribute("classPath",
118 attrs.add(createAttribute("workingDirectory",
124 attrs.add(createAttribute("operatingSystem", osInfo));
133 attrs.add(createAttribute("jvmArchitecture", jvmArch));
137 attrs.add(createAttribute("jvmArchitectur
248 private Attribute createAttribute(String name, String value) method in class:SystemInfoMonitorProvider
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/monitors/
H A DVersionMonitorProvider.java176 attrs.add(createAttribute(ATTR_PRODUCT_NAME,
178 attrs.add(createAttribute(ATTR_SHORT_NAME, DynamicConstants.SHORT_NAME));
179 attrs.add(createAttribute(ATTR_MAJOR_VERSION,
181 attrs.add(createAttribute(ATTR_MINOR_VERSION,
183 attrs.add(createAttribute(ATTR_POINT_VERSION,
189 attrs.add(createAttribute(ATTR_VERSION_QUALIFIER, versionQualifier));
195 attrs.add(createAttribute(ATTR_BUILD_NUMBER,
202 attrs.add(createAttribute(ATTR_FIX_IDS, fixIDs));
205 attrs.add(createAttribute(ATTR_REVISION_NUMBER,
207 attrs.add(createAttribute(ATTR_BUILD_I
227 private Attribute createAttribute(String name, String value) method in class:VersionMonitorProvider
[all...]
H A DSystemInfoMonitorProvider.java106 attrs.add(createAttribute("javaVersion",
108 attrs.add(createAttribute("javaVendor", System.getProperty("java.vendor")));
109 attrs.add(createAttribute("jvmVersion",
111 attrs.add(createAttribute("jvmVendor",
113 attrs.add(createAttribute("javaHome",
115 attrs.add(createAttribute("classPath",
117 attrs.add(createAttribute("workingDirectory",
123 attrs.add(createAttribute("operatingSystem", osInfo));
132 attrs.add(createAttribute("jvmArchitecture", jvmArch));
136 attrs.add(createAttribute("jvmArchitectur
247 private Attribute createAttribute(String name, String value) method in class:SystemInfoMonitorProvider
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/monitors/
H A DVersionMonitorProvider.java87 attrs.add(createAttribute(ATTR_PRODUCT_NAME, DynamicConstants.PRODUCT_NAME));
88 attrs.add(createAttribute(ATTR_SHORT_NAME, DynamicConstants.SHORT_NAME));
89 attrs.add(createAttribute(ATTR_MAJOR_VERSION, DynamicConstants.MAJOR_VERSION));
90 attrs.add(createAttribute(ATTR_MINOR_VERSION, DynamicConstants.MINOR_VERSION));
91 attrs.add(createAttribute(ATTR_POINT_VERSION, DynamicConstants.POINT_VERSION));
96 attrs.add(createAttribute(ATTR_VERSION_QUALIFIER, versionQualifier));
102 attrs.add(createAttribute(ATTR_BUILD_NUMBER, buildNumber));
108 attrs.add(createAttribute(ATTR_FIX_IDS, fixIDs));
111 attrs.add(createAttribute(ATTR_REVISION_NUMBER, DynamicConstants.REVISION));
112 attrs.add(createAttribute(ATTR_BUILD_I
119 private Attribute createAttribute(String name, Object value) method in class:VersionMonitorProvider
[all...]
H A DSystemInfoMonitorProvider.java82 attrs.add(createAttribute("javaVersion", System.getProperty("java.version")));
83 attrs.add(createAttribute("javaVendor", System.getProperty("java.vendor")));
84 attrs.add(createAttribute("jvmVersion", System.getProperty("java.vm.version")));
85 attrs.add(createAttribute("jvmVendor", System.getProperty("java.vm.vendor")));
86 attrs.add(createAttribute("javaHome", System.getProperty("java.home")));
87 attrs.add(createAttribute("classPath", System.getProperty("java.class.path")));
88 attrs.add(createAttribute("workingDirectory", System.getProperty("user.dir")));
93 attrs.add(createAttribute("operatingSystem", osInfo));
102 attrs.add(createAttribute("jvmArchitecture", jvmArch));
106 attrs.add(createAttribute("jvmArchitectur
187 private Attribute createAttribute(String name, Object value) method in class:SystemInfoMonitorProvider
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/ldap/
H A DLDAPStatistics.java264 attrs.add(createAttribute("connectionsEstablished", String
266 attrs.add(createAttribute("connectionsClosed", String
268 attrs.add(createAttribute("bytesRead", String
270 attrs.add(createAttribute("bytesWritten", String
272 attrs.add(createAttribute("ldapMessagesRead", String
274 attrs.add(createAttribute("ldapMessagesWritten", String
276 attrs.add(createAttribute("operationsAbandoned", String
278 attrs.add(createAttribute("operationsInitiated", String
280 attrs.add(createAttribute("operationsCompleted", String
282 attrs.add(createAttribute("abandonRequest
665 protected Attribute createAttribute(String name, String value) method in class:LDAPStatistics
[all...]
/forgerock/opendj2/src/server/org/opends/server/protocols/ldap/
H A DLDAPStatistics.java263 attrs.add(createAttribute("connectionsEstablished", String
265 attrs.add(createAttribute("connectionsClosed", String
267 attrs.add(createAttribute("bytesRead", String
269 attrs.add(createAttribute("bytesWritten", String
271 attrs.add(createAttribute("ldapMessagesRead", String
273 attrs.add(createAttribute("ldapMessagesWritten", String
275 attrs.add(createAttribute("operationsAbandoned", String
277 attrs.add(createAttribute("operationsInitiated", String
279 attrs.add(createAttribute("operationsCompleted", String
281 attrs.add(createAttribute("abandonRequest
664 protected Attribute createAttribute(String name, String value) method in class:LDAPStatistics
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/ldap/
H A DLDAPStatistics.java264 attrs.add(createAttribute("connectionsEstablished", String
266 attrs.add(createAttribute("connectionsClosed", String
268 attrs.add(createAttribute("bytesRead", String
270 attrs.add(createAttribute("bytesWritten", String
272 attrs.add(createAttribute("ldapMessagesRead", String
274 attrs.add(createAttribute("ldapMessagesWritten", String
276 attrs.add(createAttribute("operationsAbandoned", String
278 attrs.add(createAttribute("operationsInitiated", String
280 attrs.add(createAttribute("operationsCompleted", String
282 attrs.add(createAttribute("abandonRequest
665 protected Attribute createAttribute(String name, String value) method in class:LDAPStatistics
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPStatistics.java264 attrs.add(createAttribute("connectionsEstablished", String
266 attrs.add(createAttribute("connectionsClosed", String
268 attrs.add(createAttribute("bytesRead", String
270 attrs.add(createAttribute("bytesWritten", String
272 attrs.add(createAttribute("ldapMessagesRead", String
274 attrs.add(createAttribute("ldapMessagesWritten", String
276 attrs.add(createAttribute("operationsAbandoned", String
278 attrs.add(createAttribute("operationsInitiated", String
280 attrs.add(createAttribute("operationsCompleted", String
282 attrs.add(createAttribute("abandonRequest
665 protected Attribute createAttribute(String name, String value) method in class:LDAPStatistics
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPStatistics.java263 attrs.add(createAttribute("connectionsEstablished", String
265 attrs.add(createAttribute("connectionsClosed", String
267 attrs.add(createAttribute("bytesRead", String
269 attrs.add(createAttribute("bytesWritten", String
271 attrs.add(createAttribute("ldapMessagesRead", String
273 attrs.add(createAttribute("ldapMessagesWritten", String
275 attrs.add(createAttribute("operationsAbandoned", String
277 attrs.add(createAttribute("operationsInitiated", String
279 attrs.add(createAttribute("operationsCompleted", String
281 attrs.add(createAttribute("abandonRequest
664 protected Attribute createAttribute(String name, String value) method in class:LDAPStatistics
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/ldap/
H A DLDAPStatistics.java258 attrs.add(createAttribute("connectionsEstablished", tmpConnectionsEstablished));
259 attrs.add(createAttribute("connectionsClosed", tmpConnectionsClosed));
260 attrs.add(createAttribute("bytesRead", tmpBytesRead));
261 attrs.add(createAttribute("bytesWritten", tmpBytesWritten));
262 attrs.add(createAttribute("ldapMessagesRead", tmpMessagesRead));
263 attrs.add(createAttribute("ldapMessagesWritten", tmpMessagesWritten));
264 attrs.add(createAttribute("operationsAbandoned", tmpOperationsAbandoned));
265 attrs.add(createAttribute("operationsInitiated", tmpOperationsInitiated));
266 attrs.add(createAttribute("operationsCompleted", tmpOperationsCompleted));
267 attrs.add(createAttribute("abandonRequest
595 protected Attribute createAttribute(String name, Object value) method in class:LDAPStatistics
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DAttributeBuilderTest.java216 createAttribute(cnType, "cn", noOptions, noValues),
224 createAttribute(cnType, "cn", oneOption, noValues),
232 createAttribute(cnType, "cn", twoOptions, noValues),
240 createAttribute(cnType, "cn", threeOptions, noValues),
248 createAttribute(cnType, "cn", noOptions, oneValue),
256 createAttribute(cnType, "cn", oneOption, oneValue),
264 createAttribute(cnType, "cn", twoOptions, oneValue),
272 createAttribute(cnType, "cn", threeOptions, oneValue),
280 createAttribute(cnType, "cn", noOptions, twoValues),
288 createAttribute(cnTyp
1950 private Attribute createAttribute(AttributeType type, String name, method in class:AttributeBuilderTest
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DAttributeBuilderTest.java196 createAttribute(cnType, "cn", noOptions, noValues),
204 createAttribute(cnType, "cn", oneOption, noValues),
212 createAttribute(cnType, "cn", twoOptions, noValues),
220 createAttribute(cnType, "cn", threeOptions, noValues),
228 createAttribute(cnType, "cn", noOptions, oneValue),
236 createAttribute(cnType, "cn", oneOption, oneValue),
244 createAttribute(cnType, "cn", twoOptions, oneValue),
252 createAttribute(cnType, "cn", threeOptions, oneValue),
260 createAttribute(cnType, "cn", noOptions, twoValues),
268 createAttribute(cnTyp
1913 private Attribute createAttribute(AttributeType type, String name, method in class:AttributeBuilderTest
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DAttributeBuilderTest.java216 createAttribute(cnType, "cn", noOptions, noValues),
224 createAttribute(cnType, "cn", oneOption, noValues),
232 createAttribute(cnType, "cn", twoOptions, noValues),
240 createAttribute(cnType, "cn", threeOptions, noValues),
248 createAttribute(cnType, "cn", noOptions, oneValue),
256 createAttribute(cnType, "cn", oneOption, oneValue),
264 createAttribute(cnType, "cn", twoOptions, oneValue),
272 createAttribute(cnType, "cn", threeOptions, oneValue),
280 createAttribute(cnType, "cn", noOptions, twoValues),
288 createAttribute(cnTyp
1950 private Attribute createAttribute(AttributeType type, String name, method in class:AttributeBuilderTest
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DAttributeBuilderTest.java196 createAttribute(cnType, "cn", noOptions, noValues),
204 createAttribute(cnType, "cn", oneOption, noValues),
212 createAttribute(cnType, "cn", twoOptions, noValues),
220 createAttribute(cnType, "cn", threeOptions, noValues),
228 createAttribute(cnType, "cn", noOptions, oneValue),
236 createAttribute(cnType, "cn", oneOption, oneValue),
244 createAttribute(cnType, "cn", twoOptions, oneValue),
252 createAttribute(cnType, "cn", threeOptions, oneValue),
260 createAttribute(cnType, "cn", noOptions, twoValues),
268 createAttribute(cnTyp
1913 private Attribute createAttribute(AttributeType type, String name, method in class:AttributeBuilderTest
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DAttributeBuilderTest.java216 createAttribute(cnType, "cn", noOptions, noValues),
224 createAttribute(cnType, "cn", oneOption, noValues),
232 createAttribute(cnType, "cn", twoOptions, noValues),
240 createAttribute(cnType, "cn", threeOptions, noValues),
248 createAttribute(cnType, "cn", noOptions, oneValue),
256 createAttribute(cnType, "cn", oneOption, oneValue),
264 createAttribute(cnType, "cn", twoOptions, oneValue),
272 createAttribute(cnType, "cn", threeOptions, oneValue),
280 createAttribute(cnType, "cn", noOptions, twoValues),
288 createAttribute(cnTyp
1950 private Attribute createAttribute(AttributeType type, String name, method in class:AttributeBuilderTest
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/types/
H A DAttributeBuilderTest.java149 createAttribute(cnType, "cn", noOptions, noValues),
157 createAttribute(cnType, "cn", oneOption, noValues),
165 createAttribute(cnType, "cn", twoOptions, noValues),
173 createAttribute(cnType, "cn", threeOptions, noValues),
181 createAttribute(cnType, "cn", noOptions, oneValue),
189 createAttribute(cnType, "cn", oneOption, oneValue),
197 createAttribute(cnType, "cn", twoOptions, oneValue),
205 createAttribute(cnType, "cn", threeOptions, oneValue),
213 createAttribute(cnType, "cn", noOptions, twoValues),
221 createAttribute(cnTyp
1834 private Attribute createAttribute(AttributeType type, String name, method in class:AttributeBuilderTest
[all...]

Completed in 168 milliseconds

123456