170171172173174175176177178179180
//Start the shutdown listener shutdownManager.start(); //Wait for a shutdown request and all shutdown listeners to complete shutdownManager.waitForShutdown(); } public static void main(final String[] args) { logger.info(".:Welcome to Rexster:.");