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

/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/
H A DLDIFConnectionHandler.java111 private Thread connectionHandlerThread; field in class:LDIFConnectionHandler
128 connectionHandlerThread = null;
197 if ((connectionHandlerThread != null) &&
198 (connectionHandlerThread.isAlive()))
200 connectionHandlerThread.join(100);
201 connectionHandlerThread.interrupt();
267 connectionHandlerThread = Thread.currentThread();
335 connectionHandlerThread = null;
/forgerock/opendj2/src/server/org/opends/server/protocols/
H A DLDIFConnectionHandler.java110 private Thread connectionHandlerThread; field in class:LDIFConnectionHandler
127 connectionHandlerThread = null;
196 if ((connectionHandlerThread != null) &&
197 (connectionHandlerThread.isAlive()))
199 connectionHandlerThread.join(100);
200 connectionHandlerThread.interrupt();
266 connectionHandlerThread = Thread.currentThread();
334 connectionHandlerThread = null;
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/
H A DLDIFConnectionHandler.java111 private Thread connectionHandlerThread; field in class:LDIFConnectionHandler
128 connectionHandlerThread = null;
197 if ((connectionHandlerThread != null) &&
198 (connectionHandlerThread.isAlive()))
200 connectionHandlerThread.join(100);
201 connectionHandlerThread.interrupt();
267 connectionHandlerThread = Thread.currentThread();
335 connectionHandlerThread = null;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/
H A DLDIFConnectionHandler.java111 private Thread connectionHandlerThread; field in class:LDIFConnectionHandler
128 connectionHandlerThread = null;
197 if ((connectionHandlerThread != null) &&
198 (connectionHandlerThread.isAlive()))
200 connectionHandlerThread.join(100);
201 connectionHandlerThread.interrupt();
267 connectionHandlerThread = Thread.currentThread();
335 connectionHandlerThread = null;
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/
H A DLDIFConnectionHandler.java110 private Thread connectionHandlerThread; field in class:LDIFConnectionHandler
127 connectionHandlerThread = null;
196 if ((connectionHandlerThread != null) &&
197 (connectionHandlerThread.isAlive()))
199 connectionHandlerThread.join(100);
200 connectionHandlerThread.interrupt();
266 connectionHandlerThread = Thread.currentThread();
334 connectionHandlerThread = null;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/
H A DLDIFConnectionHandler.java102 private Thread connectionHandlerThread; field in class:LDIFConnectionHandler
118 connectionHandlerThread = null;
181 if (connectionHandlerThread != null && connectionHandlerThread.isAlive())
183 connectionHandlerThread.join(100);
184 connectionHandlerThread.interrupt();
240 connectionHandlerThread = Thread.currentThread();
302 connectionHandlerThread = null;

Completed in 72 milliseconds