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

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/internal/
H A DSnmpEngineImpl.java112 private int boot = 0; field in class:SnmpEngineImpl
129 //We do the counter wrap in a lazt way. Each time Engine is asked for his time it checks. So if nobody use the Engine, the time can wrap and wrap again without incrementing nb boot. We can imagine that it is irrelevant due to the amount of time needed to wrap.
137 if(boot != 0x7FFFFFFF)
138 boot += 1;
140 storeNBBoots(boot);
170 * Gets the engine boot number. This is the number of time this engine has rebooted. Each time an <CODE>SnmpEngine</CODE> is instantiated, it will read this value in its Lcd, and store back the value incremented by one.
174 return boot;
239 "LOCAL ENGINE NB BOOTS: " + boot + " / " +
271 "LOCAL ENGINE NB BOOTS: " + boot + " / " +
301 "LOCAL ENGINE NB BOOTS: " + boot
328 storeNBBoots(int boot) argument
[all...]

Completed in 29 milliseconds