Searched refs:total (Results 1 - 25 of 123) sorted by relevance

12345

/forgerock/openam-v13/openam-radius/openam-radius-server/src/main/java/org/forgerock/openam/radius/server/monitoring/
H A DRadiusServerEventRegistrar.java109 long total = noOfPacketsReceived.incrementAndGet();
110 LOG.message("RadiusServerEventRegistrar.packetReceived() - total now " + total);
111 return total;
119 long total = noOfPacketsReceived.get();
120 LOG.message("RadiusServerEventRegistrar.getNumberOfPacketsRecieved() returning " + total);
121 return total;
145 long total = noOFPacketsAccepted.incrementAndGet();
146 LOG.message("RadiusServerEventRegistrar.packetAccepted() - total now " + total);
[all...]
/forgerock/openam/openam-radius/openam-radius-server/src/main/java/org/forgerock/openam/radius/server/monitoring/
H A DRadiusServerEventRegistrar.java109 long total = noOfPacketsReceived.incrementAndGet();
110 LOG.message("RadiusServerEventRegistrar.packetReceived() - total now " + total);
111 return total;
119 long total = noOfPacketsReceived.get();
120 LOG.message("RadiusServerEventRegistrar.getNumberOfPacketsRecieved() returning " + total);
121 return total;
145 long total = noOFPacketsAccepted.incrementAndGet();
146 LOG.message("RadiusServerEventRegistrar.packetAccepted() - total now " + total);
[all...]
/forgerock/opendj2/src/build-tools/javax/jnlp/
H A DDownloadServiceListener.java50 public void progress(URL url, String version, long readSoFar, long total, argument
54 public void validating(URL url, String version, long entry, long total, argument
/forgerock/opendj-b2.6/src/build-tools/javax/jnlp/
H A DDownloadServiceListener.java51 public void progress(URL url, String version, long readSoFar, long total, argument
55 public void validating(URL url, String version, long entry, long total, argument
/forgerock/opendj2.6.2/src/build-tools/javax/jnlp/
H A DDownloadServiceListener.java51 public void progress(URL url, String version, long readSoFar, long total, argument
55 public void validating(URL url, String version, long entry, long total, argument
/forgerock/opendj2-hg/src/build-tools/javax/jnlp/
H A DDownloadServiceListener.java50 public void progress(URL url, String version, long readSoFar, long total, argument
54 public void validating(URL url, String version, long entry, long total, argument
/forgerock/opendj2/src/server/org/opends/server/tasks/
H A DInitializeTargetTask.java61 private long total; field in class:InitializeTargetTask
147 * Set the total number of entries expected to be exported.
148 * @param total The total number of entries.
151 public void setTotal(long total) throws DirectoryException argument
153 this.total = total;
154 replaceAttributeValue(ATTR_TASK_INITIALIZE_LEFT, String.valueOf(total));
159 * Set the total number of entries still to be exported.
160 * @param left The total numbe
[all...]
H A DInitializeTask.java62 * The total number of entries expected to be processed when this import will
65 private long total = 0; field in class:InitializeTask
156 ATTR_TASK_INITIALIZE_DONE, String.valueOf(total-left));
161 ATTR_TASK_INITIALIZE_DONE, String.valueOf(total-left));
212 * Set the total number of entries expected to be imported.
213 * @param total The total number of entries.
215 public void setTotal(long total) argument
217 this.total = total;
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tasks/
H A DInitializeTargetTask.java61 private long total; field in class:InitializeTargetTask
147 * Set the total number of entries expected to be exported.
148 * @param total The total number of entries.
151 public void setTotal(long total) throws DirectoryException argument
153 this.total = total;
154 replaceAttributeValue(ATTR_TASK_INITIALIZE_LEFT, String.valueOf(total));
159 * Set the total number of entries still to be exported.
160 * @param left The total numbe
[all...]
H A DInitializeTask.java62 * The total number of entries expected to be processed when this import will
65 private long total = 0; field in class:InitializeTask
156 ATTR_TASK_INITIALIZE_DONE, String.valueOf(total-left));
161 ATTR_TASK_INITIALIZE_DONE, String.valueOf(total-left));
212 * Set the total number of entries expected to be imported.
213 * @param total The total number of entries.
215 public void setTotal(long total) argument
217 this.total = total;
[all...]
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/mechanisms/oath/
H A DTokenCode.java61 * @return The total progress, a number between 0 and 1000.
65 long total = until - start;
67 int progress = (int) (state * MAX_VALUE / total);
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/cts/worker/process/
H A DCTSWorkerBaseProcess.java40 long total = 0;
55 total += filteredTokens.size();
70 handleSucceeded(queryStopWatch, waitingStopWatch, total);
95 * @param total number of query results which matched the filter and were processed.
97 protected abstract void handleSucceeded(StopWatch queryStopWatch, StopWatch waitingStopWatch, long total); argument
/forgerock/opendj-b2.6/src/server/org/opends/server/tasks/
H A DInitializeTargetTask.java68 private long total; field in class:InitializeTargetTask
149 * Set the total number of entries expected to be exported.
150 * @param total The total number of entries.
153 public void setTotal(long total) throws DirectoryException argument
155 this.total = total;
157 String.valueOf(total));
162 * Set the total number of entries still to be exported.
163 * @param left The total numbe
[all...]
H A DInitializeTask.java71 // The total number of entries expected to be processed when this import
73 long total = 0; field in class:InitializeTask
160 ATTR_TASK_INITIALIZE_DONE, String.valueOf(total-left));
165 ATTR_TASK_INITIALIZE_DONE, String.valueOf(total-left));
216 * Set the total number of entries expected to be imported.
217 * @param total The total number of entries.
219 public void setTotal(long total) argument
221 this.total = total;
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tasks/
H A DInitializeTargetTask.java68 private long total; field in class:InitializeTargetTask
149 * Set the total number of entries expected to be exported.
150 * @param total The total number of entries.
153 public void setTotal(long total) throws DirectoryException argument
155 this.total = total;
157 String.valueOf(total));
162 * Set the total number of entries still to be exported.
163 * @param left The total numbe
[all...]
H A DInitializeTask.java71 // The total number of entries expected to be processed when this import
73 long total = 0; field in class:InitializeTask
160 ATTR_TASK_INITIALIZE_DONE, String.valueOf(total-left));
165 ATTR_TASK_INITIALIZE_DONE, String.valueOf(total-left));
216 * Set the total number of entries expected to be imported.
217 * @param total The total number of entries.
219 public void setTotal(long total) argument
221 this.total = total;
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tasks/
H A DInitializeTargetTask.java68 private long total; field in class:InitializeTargetTask
149 * Set the total number of entries expected to be exported.
150 * @param total The total number of entries.
153 public void setTotal(long total) throws DirectoryException argument
155 this.total = total;
157 String.valueOf(total));
162 * Set the total number of entries still to be exported.
163 * @param left The total numbe
[all...]
H A DInitializeTask.java71 // The total number of entries expected to be processed when this import
73 long total = 0; field in class:InitializeTask
160 ATTR_TASK_INITIALIZE_DONE, String.valueOf(total-left));
165 ATTR_TASK_INITIALIZE_DONE, String.valueOf(total-left));
216 * Set the total number of entries expected to be imported.
217 * @param total The total number of entries.
219 public void setTotal(long total) argument
221 this.total = total;
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tasks/
H A DInitializeTargetTask.java62 private long total; field in class:InitializeTargetTask
136 * Set the total number of entries expected to be exported.
137 * @param total The total number of entries.
140 public void setTotal(long total) throws DirectoryException argument
142 this.total = total;
143 replaceAttributeValue(ATTR_TASK_INITIALIZE_LEFT, String.valueOf(total));
148 * Set the total number of entries still to be exported.
149 * @param left The total numbe
[all...]
H A DInitializeTask.java62 /** The total number of entries expected to be processed when this import will end successfully. */
63 private long total; field in class:InitializeTask
135 replaceAttributeValue(ATTR_TASK_INITIALIZE_DONE, String.valueOf(total-left));
139 replaceAttributeValue(ATTR_TASK_INITIALIZE_DONE, String.valueOf(total-left));
192 * Set the total number of entries expected to be imported.
193 * @param total The total number of entries.
195 public void setTotal(long total) argument
197 this.total = total;
[all...]
/forgerock/openam-v13/openam-authentication/openam-auth-hotp/src/main/java/com/sun/identity/authentication/modules/hotp/
H A DHOTPAlgorithm.java75 int total = 0;
82 total += digit;
85 int result = total % 10;
/forgerock/openam/openam-authentication/openam-auth-hotp/src/main/java/com/sun/identity/authentication/modules/hotp/
H A DHOTPAlgorithm.java75 int total = 0;
82 total += digit;
85 int result = total % 10;
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/cts/reaper/
H A DCTSReaper.java99 long total = 0;
109 total += ids.size();
110 debug("Queried {0} tokens", Long.toString(total));
131 monitoringStore.addReaperRun(query.getStartTime(), query.getTime() + waiting.getTime(), total);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DPermutationGenerator.java151 int total = 0;
156 total += item;
158 if (total != ((size - 1) * size) / 2) {
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DPermutationGenerator.java151 int total = 0;
156 total += item;
158 if (total != ((size - 1) * size) / 2) {

Completed in 80 milliseconds

12345