/** Dispose. */
 @Override
 public synchronized void dispose() {
   // unregister from sqlQueryEngineService
   sqlQueryEngineService.removeListener(exportResultsAction);
   // unregister self from actionComponentService
   actionComponentService.unregisterActionComponent(this);
   logger.info("Stopped module : " + getClass().getName());
 }
 /** Dispose. */
 @Override
 public synchronized void dispose() {
   // unregister from actionComponentService
   actionComponentService.unregisterActionComponent(this);
   logger.info("Stopped action component : " + getClass());
 }