| | |
| | | |
| | | |
| | | // Stop the work queue. |
| | | if (directoryServer.workQueue != null) |
| | | { |
| | | directoryServer.workQueue.finalizeWorkQueue(reason); |
| | | } |
| | | |
| | | |
| | | // Notify all the shutdown listeners. |
| | |
| | | |
| | | |
| | | // Deregister all of the JMX MBeans. |
| | | if (directoryServer.mBeanServer != null) |
| | | { |
| | | Set mBeanSet = directoryServer.mBeanServer.queryMBeans(null, null); |
| | | for (Object o : mBeanSet) |
| | | { |
| | |
| | | } |
| | | } |
| | | } |
| | | } |
| | | |
| | | |
| | | // Finalize all of the SASL mechanism handlers. |
| | |
| | | |
| | | |
| | | // Perform any necessary cleanup work for the group manager. |
| | | if (directoryServer.groupManager != null) |
| | | { |
| | | directoryServer.groupManager.finalizeGroupManager(); |
| | | } |
| | | |
| | | |
| | | // Shut down all the other components that may need special handling. |