Searched refs:stopRequested (Results 1 - 25 of 35) sorted by relevance

12

/forgerock/opendj-b2.6/src/server/org/opends/server/loggers/
H A DAsynchronousTextWriter.java63 private AtomicBoolean stopRequested; field in class:AsynchronousTextWriter
87 this.stopRequested = new AtomicBoolean(false);
114 while (!stopRequested.get() || !queue.isEmpty()) {
167 while (!stopRequested.get())
244 stopRequested.set(true);
H A DParallelTextWriter.java62 private AtomicBoolean stopRequested; field in class:ParallelTextWriter
83 this.stopRequested = new AtomicBoolean(false);
108 while (!stopRequested.get())
150 while (!stopRequested.get())
220 stopRequested.set(true);
H A DMultifileTextWriter.java88 private boolean stopRequested; field in class:MultifileTextWriter
147 this.stopRequested = false;
507 stopRequested = true;
538 return stopRequested;
/forgerock/opendj2/src/server/org/opends/server/loggers/
H A DAsynchronousTextWriter.java58 private AtomicBoolean stopRequested; field in class:AsynchronousTextWriter
82 this.stopRequested = new AtomicBoolean(false);
111 while (!stopRequested.get() || !queue.isEmpty()) {
165 while (!stopRequested.get())
247 stopRequested.set(true);
H A DParallelTextWriter.java61 private AtomicBoolean stopRequested; field in class:ParallelTextWriter
82 this.stopRequested = new AtomicBoolean(false);
107 while (!stopRequested.get())
149 while (!stopRequested.get())
219 stopRequested.set(true);
H A DMultifileTextWriter.java88 private boolean stopRequested; field in class:MultifileTextWriter
147 this.stopRequested = false;
506 stopRequested = true;
537 return stopRequested;
/forgerock/opendj2.6.2/src/server/org/opends/server/loggers/
H A DAsynchronousTextWriter.java63 private AtomicBoolean stopRequested; field in class:AsynchronousTextWriter
87 this.stopRequested = new AtomicBoolean(false);
114 while (!stopRequested.get() || !queue.isEmpty()) {
167 while (!stopRequested.get())
244 stopRequested.set(true);
H A DParallelTextWriter.java62 private AtomicBoolean stopRequested; field in class:ParallelTextWriter
83 this.stopRequested = new AtomicBoolean(false);
108 while (!stopRequested.get())
150 while (!stopRequested.get())
220 stopRequested.set(true);
H A DMultifileTextWriter.java88 private boolean stopRequested; field in class:MultifileTextWriter
147 this.stopRequested = false;
507 stopRequested = true;
538 return stopRequested;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/loggers/
H A DAsynchronousTextWriter.java63 private AtomicBoolean stopRequested; field in class:AsynchronousTextWriter
87 this.stopRequested = new AtomicBoolean(false);
114 while (!stopRequested.get() || !queue.isEmpty()) {
167 while (!stopRequested.get())
244 stopRequested.set(true);
H A DParallelTextWriter.java62 private AtomicBoolean stopRequested; field in class:ParallelTextWriter
83 this.stopRequested = new AtomicBoolean(false);
108 while (!stopRequested.get())
150 while (!stopRequested.get())
220 stopRequested.set(true);
H A DMultifileTextWriter.java88 private boolean stopRequested; field in class:MultifileTextWriter
147 this.stopRequested = false;
507 stopRequested = true;
538 return stopRequested;
/forgerock/opendj2-hg/src/server/org/opends/server/loggers/
H A DAsynchronousTextWriter.java58 private AtomicBoolean stopRequested; field in class:AsynchronousTextWriter
82 this.stopRequested = new AtomicBoolean(false);
111 while (!stopRequested.get() || !queue.isEmpty()) {
165 while (!stopRequested.get())
247 stopRequested.set(true);
H A DParallelTextWriter.java61 private AtomicBoolean stopRequested; field in class:ParallelTextWriter
82 this.stopRequested = new AtomicBoolean(false);
107 while (!stopRequested.get())
149 while (!stopRequested.get())
219 stopRequested.set(true);
H A DMultifileTextWriter.java88 private boolean stopRequested; field in class:MultifileTextWriter
147 this.stopRequested = false;
506 stopRequested = true;
537 return stopRequested;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/loggers/
H A DAsynchronousTextWriter.java58 private AtomicBoolean stopRequested; field in class:AsynchronousTextWriter
82 this.stopRequested = new AtomicBoolean(false);
111 while (!stopRequested.get() || !queue.isEmpty()) {
165 while (!stopRequested.get())
237 stopRequested.set(true);
H A DMultifileTextWriter.java88 private boolean stopRequested; field in class:MultifileTextWriter
147 this.stopRequested = false;
480 stopRequested = true;
511 return stopRequested;
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/
H A DLDIFConnectionHandler.java99 private volatile boolean stopRequested; field in class:LDIFConnectionHandler
127 stopRequested = false;
185 stopRequested = true;
271 while (! stopRequested)
303 if (! stopRequested)
/forgerock/opendj2/src/server/org/opends/server/protocols/
H A DLDIFConnectionHandler.java98 private volatile boolean stopRequested; field in class:LDIFConnectionHandler
126 stopRequested = false;
184 stopRequested = true;
270 while (! stopRequested)
302 if (! stopRequested)
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/
H A DLDIFConnectionHandler.java99 private volatile boolean stopRequested; field in class:LDIFConnectionHandler
127 stopRequested = false;
185 stopRequested = true;
271 while (! stopRequested)
303 if (! stopRequested)
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/
H A DLDIFConnectionHandler.java99 private volatile boolean stopRequested; field in class:LDIFConnectionHandler
127 stopRequested = false;
185 stopRequested = true;
271 while (! stopRequested)
303 if (! stopRequested)
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/
H A DLDIFConnectionHandler.java98 private volatile boolean stopRequested; field in class:LDIFConnectionHandler
126 stopRequested = false;
184 stopRequested = true;
270 while (! stopRequested)
302 if (! stopRequested)
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/
H A DLDIFConnectionHandler.java90 private volatile boolean stopRequested; field in class:LDIFConnectionHandler
117 stopRequested = false;
169 stopRequested = true;
244 while (! stopRequested)
276 if (! stopRequested)
/forgerock/opendj-b2.6/src/server/org/opends/server/plugins/
H A DReferentialIntegrityPlugin.java125 private boolean stopRequested=false; field in class:ReferentialIntegrityPlugin
1028 stopRequested = true;
1063 stopRequested = false;
1077 return stopRequested;
/forgerock/opendj2/src/server/org/opends/server/plugins/
H A DReferentialIntegrityPlugin.java124 private boolean stopRequested=false; field in class:ReferentialIntegrityPlugin
1027 stopRequested = true;
1062 stopRequested = false;
1076 return stopRequested;

Completed in 148 milliseconds

12