| At line 8 added 2 lines. |
| .... |
| .... |
| At line 39 changed 1 line. |
| public void setConfiguration(Properties params, String targetName) |
| public boolean setConfiguration(Properties params, String targetName) |
| At line 71 added 9 lines. |
| /** |
| * checks if the server need to be restarted to apply the changes made to some of the |
| * configuration parameters. |
| * @return true if server need to be restarted for updated configuration to take effect. |
| * false if no server restart is needed. |
| */ |
| public boolean isServerRestartRequired() throws JBIRemoteException; |
| .... |
| .... |