Searched defs:monitorThread (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/naming/
H A DWebtopNaming.java113 private static SiteMonitor monitorThread = null; field in class:WebtopNaming
505 if (monitorThread == null) {
1272 if (monitorThread != null) {
1277 monitorThread = new SiteMonitor(urlList);
1278 SystemTimer.getTimer().schedule(monitorThread, new Date(
1289 if (monitorThread != null) {
1308 if (monitorThread != null) {
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/naming/
H A DWebtopNaming.java117 private static SiteMonitor monitorThread = null; field in class:WebtopNaming
549 if (monitorThread == null) {
590 if (monitorThread == null) {
1352 if (monitorThread != null) {
1357 monitorThread = new SiteMonitor(urlList);
1358 SystemTimer.getTimer().schedule(monitorThread, new Date(
1369 if (monitorThread != null) {
1388 if (monitorThread != null) {

Completed in 205 milliseconds