Searched refs:recCount (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/handlers/
H A DRemoteHandler.java72 private int recCount = 0; field in class:RemoteHandler
166 this.recCount++;
167 if (this.recCount >= recCountLimit) {
170 + recCount + " records, flushing all");
189 if (recCount <= 0) {
209 this.recCount = 0;
233 this.recCount = 0;
246 if (recCount <= 0) {
267 this.recCount = 0;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/handlers/
H A DRemoteHandler.java74 private int recCount = 0; field in class:RemoteHandler
168 this.recCount++;
169 if (this.recCount >= recCountLimit) {
172 + recCount + " records, flushing all");
191 if (recCount <= 0) {
211 this.recCount = 0;
235 this.recCount = 0;
248 if (recCount <= 0) {
269 this.recCount = 0;

Completed in 41 milliseconds