Searched refs:stop (Results 1 - 3 of 3) sorted by relevance

/javamail/demo/src/main/java/internal/
H A Dtestidle.java62 public static final AtomicBoolean stop = new AtomicBoolean(false); field in class:testidle
173 * Run the idle command until told to stop.
188 while (!stop.get()) {
209 * Monitor progress of threads and tell them to stop
231 stop.set(true);
242 while (!stop.get()) {
266 while (!stop.get()) {
281 * Run the idle command until told to stop.
295 while (!stop.get()) {
/javamail/mail/src/test/java/com/sun/mail/imap/
H A DIMAPIdleManagerTest.java142 idleManager.stop();
236 idleManager.stop();
/javamail/mail/src/main/java/com/sun/mail/imap/
H A DIdleManager.java176 * stops running after its task detects the stop request from the
177 * {@link #stop stop} method, or if it terminates abnormally due
385 // something went wrong, stop watching this folder
489 public synchronized void stop() { method in class:IdleManager

Completed in 341 milliseconds