174175176177178179180181182183184
System.out.println("\n\nExiting...\n"); this.shutdown(); provider.stop(); System.out.flush(); } catch (Exception ex) { ex.printStackTrace(); } }