| | |
| | | String finalizeReason, boolean closeConnections) |
| | | { |
| | | assert debugEnter(CLASS_NAME, "finalizeConnectionHandler"); |
| | | rmiConnector.finalizeConnectionHandler(closeConnections); |
| | | |
| | | // We should also close the RMI registry. |
| | | rmiConnector.finalizeConnectionHandler(closeConnections, true); |
| | | } |
| | | |
| | | /** |
| | |
| | | public void processServerShutdown(String reason) |
| | | { |
| | | assert debugEnter(CLASS_NAME, "processServerShutdown"); |
| | | rmiConnector.finalizeConnectionHandler(true); |
| | | // We should also close the RMI registry. |
| | | rmiConnector.finalizeConnectionHandler(true, true); |
| | | |
| | | } |
| | | |
| | |
| | | // |
| | | // Stop the current connector |
| | | // TODO Set Msg |
| | | this.finalizeConnectionHandler("new config", true); |
| | | this.rmiConnector.finalizeConnectionHandler(true, |
| | | (listenPort != newListenPort)); |
| | | |
| | | // |
| | | // set new params and update JMX attributes |