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

/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DDirectoryServer.java475 private DirectoryServerShutdownHook shutdownHook; field in class:DirectoryServer
981 shutdownHook = new DirectoryServerShutdownHook();
982 Runtime.getRuntime().addShutdownHook(shutdownHook);
8237 if (directoryServer.shutdownHook != null)
8241 Runtime.getRuntime().removeShutdownHook(directoryServer.shutdownHook);
8536 shutdownHook = null;
/forgerock/opendj2/src/server/org/opends/server/core/
H A DDirectoryServer.java463 private DirectoryServerShutdownHook shutdownHook; field in class:DirectoryServer
983 shutdownHook = new DirectoryServerShutdownHook();
984 Runtime.getRuntime().addShutdownHook(shutdownHook);
7850 if (directoryServer.shutdownHook != null)
7854 Runtime.getRuntime().removeShutdownHook(directoryServer.shutdownHook);
8137 shutdownHook = null;
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DDirectoryServer.java476 private DirectoryServerShutdownHook shutdownHook; field in class:DirectoryServer
982 shutdownHook = new DirectoryServerShutdownHook();
983 Runtime.getRuntime().addShutdownHook(shutdownHook);
8237 if (directoryServer.shutdownHook != null)
8241 Runtime.getRuntime().removeShutdownHook(directoryServer.shutdownHook);
8536 shutdownHook = null;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DDirectoryServer.java735 private DirectoryServerShutdownHook shutdownHook; field in class:DirectoryServer
1241 shutdownHook = new DirectoryServerShutdownHook();
1242 Runtime.getRuntime().addShutdownHook(shutdownHook);
8465 if (directoryServer.shutdownHook != null)
8469 Runtime.getRuntime().removeShutdownHook(directoryServer.shutdownHook);
8764 shutdownHook = null;
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DDirectoryServer.java463 private DirectoryServerShutdownHook shutdownHook; field in class:DirectoryServer
983 shutdownHook = new DirectoryServerShutdownHook();
984 Runtime.getRuntime().addShutdownHook(shutdownHook);
7850 if (directoryServer.shutdownHook != null)
7854 Runtime.getRuntime().removeShutdownHook(directoryServer.shutdownHook);
8137 shutdownHook = null;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DDirectoryServer.java501 private DirectoryServerShutdownHook shutdownHook; field in class:DirectoryServer
1044 shutdownHook = new DirectoryServerShutdownHook();
1045 Runtime.getRuntime().addShutdownHook(shutdownHook);
6206 if (directoryServer.shutdownHook != null)
6210 Runtime.getRuntime().removeShutdownHook(directoryServer.shutdownHook);
6452 shutdownHook = null;

Completed in 257 milliseconds