Project

General

Profile

« Previous | Next » 

Revision 6669

move replication configuration actions to the admin servlet and out of the replication servlet
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5528

View differences:

ReplicationService.java
216 216
		return;
217 217
	}
218 218
	
219
	protected void startReplication(Hashtable<String, String[]> params) throws ServiceException {
219
	public void startReplication(Hashtable<String, String[]> params) throws ServiceException {
220 220

  
221 221
	       String firstTimeStr = "";
222 222
	      //start the replication server
......
291 291
	 * servercontrol    delete               server
292 292
	 * servercontrol    list
293 293
	 */
294
	protected static void handleServerControlRequest(
294
	public static void handleServerControlRequest(
295 295
			Hashtable<String, String[]> params, HttpServletResponse response) {
296 296
		String subaction = ((String[]) params.get("subaction"))[0];
297 297
		DBConnection dbConn = null;

Also available in: Unified diff