Ejemplo n.º 1
0
  protected void processGlobalShutdownEvents() throws Exception {
    EventsProcessorUtil.process(
        PropsKeys.GLOBAL_SHUTDOWN_EVENTS, PropsValues.GLOBAL_SHUTDOWN_EVENTS);

    super.destroy();
  }
Ejemplo n.º 2
0
 protected void callParentDestroy() {
   super.destroy();
 }