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

/forgerock/opendj-b2.6/src/server/org/opends/server/plugins/
H A DReferentialIntegrityPlugin.java140 private Thread backGroundThread=null; field in class:ReferentialIntegrityPlugin
573 backGroundThread.interrupt();
1031 while (backGroundThread != null && backGroundThread.isAlive()) {
1034 backGroundThread.interrupt();
1035 backGroundThread.join();
1042 backGroundThread=null;
1061 if(backGroundThread == null) {
1064 backGroundThread = new BackGroundThread();
1065 backGroundThread
[all...]
/forgerock/opendj2/src/server/org/opends/server/plugins/
H A DReferentialIntegrityPlugin.java139 private Thread backGroundThread=null; field in class:ReferentialIntegrityPlugin
572 backGroundThread.interrupt();
1030 while (backGroundThread != null && backGroundThread.isAlive()) {
1033 backGroundThread.interrupt();
1034 backGroundThread.join();
1041 backGroundThread=null;
1060 if(backGroundThread == null) {
1063 backGroundThread = new BackGroundThread();
1064 backGroundThread
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/plugins/
H A DReferentialIntegrityPlugin.java140 private Thread backGroundThread=null; field in class:ReferentialIntegrityPlugin
573 backGroundThread.interrupt();
1031 while (backGroundThread != null && backGroundThread.isAlive()) {
1034 backGroundThread.interrupt();
1035 backGroundThread.join();
1042 backGroundThread=null;
1061 if(backGroundThread == null) {
1064 backGroundThread = new BackGroundThread();
1065 backGroundThread
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/plugins/
H A DReferentialIntegrityPlugin.java140 private Thread backGroundThread=null; field in class:ReferentialIntegrityPlugin
573 backGroundThread.interrupt();
1031 while (backGroundThread != null && backGroundThread.isAlive()) {
1034 backGroundThread.interrupt();
1035 backGroundThread.join();
1042 backGroundThread=null;
1061 if(backGroundThread == null) {
1064 backGroundThread = new BackGroundThread();
1065 backGroundThread
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/plugins/
H A DReferentialIntegrityPlugin.java139 private Thread backGroundThread=null; field in class:ReferentialIntegrityPlugin
572 backGroundThread.interrupt();
1030 while (backGroundThread != null && backGroundThread.isAlive()) {
1033 backGroundThread.interrupt();
1034 backGroundThread.join();
1041 backGroundThread=null;
1060 if(backGroundThread == null) {
1063 backGroundThread = new BackGroundThread();
1064 backGroundThread
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/plugins/
H A DReferentialIntegrityPlugin.java137 private Thread backGroundThread; field in class:ReferentialIntegrityPlugin
530 backGroundThread.interrupt();
969 while (backGroundThread != null && backGroundThread.isAlive()) {
972 backGroundThread.interrupt();
973 backGroundThread.join();
980 backGroundThread=null;
999 if(backGroundThread == null) {
1002 backGroundThread = new BackGroundThread();
1003 backGroundThread
[all...]

Completed in 42 milliseconds