Searched refs:lastState (Results 1 - 8 of 8) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DDiskSpaceMonitor.java74 private int lastState = 0; field in class:DiskSpaceMonitor
174 return lastState >= 2;
185 return lastState >= 1;
226 switch(lastState)
253 lastState);
258 if(lastState < 2)
262 TRACER.debugInfo("State change: %d -> %d", lastState, 2);
265 lastState = 2;
274 if(lastState < 1)
278 TRACER.debugInfo("State change: %d -> %d", lastState,
[all...]
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DDiskSpaceMonitor.java73 private int lastState = 0; field in class:DiskSpaceMonitor
173 return lastState >= 2;
184 return lastState >= 1;
225 switch(lastState)
252 lastState);
257 if(lastState < 2)
261 TRACER.debugInfo("State change: %d -> %d", lastState, 2);
264 lastState = 2;
273 if(lastState < 1)
277 TRACER.debugInfo("State change: %d -> %d", lastState,
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DDiskSpaceMonitor.java74 private int lastState = 0; field in class:DiskSpaceMonitor
174 return lastState >= 2;
185 return lastState >= 1;
226 switch(lastState)
253 lastState);
258 if(lastState < 2)
262 TRACER.debugInfo("State change: %d -> %d", lastState, 2);
265 lastState = 2;
274 if(lastState < 1)
278 TRACER.debugInfo("State change: %d -> %d", lastState,
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DDiskSpaceMonitor.java74 private int lastState = 0; field in class:DiskSpaceMonitor
174 return lastState >= 2;
185 return lastState >= 1;
226 switch(lastState)
253 lastState);
258 if(lastState < 2)
262 TRACER.debugInfo("State change: %d -> %d", lastState, 2);
265 lastState = 2;
274 if(lastState < 1)
278 TRACER.debugInfo("State change: %d -> %d", lastState,
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DDiskSpaceMonitor.java73 private int lastState = 0; field in class:DiskSpaceMonitor
173 return lastState >= 2;
184 return lastState >= 1;
225 switch(lastState)
252 lastState);
257 if(lastState < 2)
261 TRACER.debugInfo("State change: %d -> %d", lastState, 2);
264 lastState = 2;
273 if(lastState < 1)
277 TRACER.debugInfo("State change: %d -> %d", lastState,
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DDiskSpaceMonitor.java89 private int lastState; field in class:DiskSpaceMonitor.MonitoredDirectory
153 switch(lastState)
211 logger.trace("State change: %d -> %d", handler.lastState, state);
212 handler.lastState = state;
401 if (lastFreeSpace < handlerElem.getFullThreshold() && handlerElem.lastState < FULL)
405 else if (lastFreeSpace < handlerElem.getLowThreshold() && handlerElem.lastState < LOW)
409 else if (handlerElem.lastState != NORMAL)
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAMLoginModule.java262 private int lastState = 0; field in class:AMLoginModule
660 if (lastState != state) {
663 lastState = state;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAMLoginModule.java268 private int lastState = 0; field in class:AMLoginModule
673 if (lastState != state) {
676 lastState = state;

Completed in 48 milliseconds