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

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java247 private final ServerStateFlush flushThread; field in class:LDAPReplicationDomain
568 flushThread = new ServerStateFlush();
2534 if (flushThread != null)
2536 synchronized (flushThread)
2538 flushThread.notify();
4461 flushThread.start();
/forgerock/opendj2/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java247 private final ServerStateFlush flushThread; field in class:LDAPReplicationDomain
501 flushThread = new ServerStateFlush();
2269 if (flushThread != null)
2271 flushThread.initiateShutdown();
2272 synchronized (flushThread)
2274 flushThread.notify();
3966 flushThread.start();
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java250 private final ServerStateFlush flushThread; field in class:LDAPReplicationDomain
588 flushThread = new ServerStateFlush();
2554 if (flushThread != null)
2556 flushThread.initiateShutdown();
2557 synchronized (flushThread)
2559 flushThread.notify();
4498 flushThread.start();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java247 private final ServerStateFlush flushThread; field in class:LDAPReplicationDomain
568 flushThread = new ServerStateFlush();
2534 if (flushThread != null)
2536 synchronized (flushThread)
2538 flushThread.notify();
4461 flushThread.start();
/forgerock/opendj2-hg/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java247 private final ServerStateFlush flushThread; field in class:LDAPReplicationDomain
501 flushThread = new ServerStateFlush();
2269 if (flushThread != null)
2271 flushThread.initiateShutdown();
2272 synchronized (flushThread)
2274 flushThread.notify();
3966 flushThread.start();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java289 private final ServerStateFlush flushThread; field in class:LDAPReplicationDomain
518 flushThread = new ServerStateFlush();
2240 if (flushThread != null)
2242 flushThread.initiateShutdown();
2243 synchronized (flushThread)
2245 flushThread.notify();
3856 flushThread.start();

Completed in 92 milliseconds