Project

General

Profile

« Previous | Next » 

Revision 4981

Added by daigle almost 15 years ago

Implement stop method in services. Stop all services when shutting down metacat. This primarily keeps scheduler from hanging with open threads.

View differences:

DatabaseService.java
65 65
		return false;
66 66
	}
67 67
	
68
	protected void doRefresh() throws ServiceException {
68
	public void doRefresh() throws ServiceException {
69 69
		return;
70 70
	}
71 71
	
72
	public void stop() throws ServiceException {
73
		return;
74
	}
75
	
72 76
    /**
73 77
	 * Instantiate a class using the name of the class at runtime
74 78
	 *

Also available in: Unified diff