This method of the Service Class handles the shutdown request.
protected boolean handleShutdown();
Returns false.
Override this method in your derived service class if you want your service to handle shutdown events. By default, this method makes a call to handleStop.