Package voxo.server.threads

Examples of voxo.server.threads.ShutdownHook


    this.hbThread.start();
    if(debug)
      verbose.addConsoleMsg(Messages.getString("ServerController.DBG_InitHeartBeatThreadNotice"), EnumSet.of(EnumVerbose.ToConsole)); //$NON-NLS-1$
   
    // Thread shutdown control
    Runtime.getRuntime().addShutdownHook(new ShutdownHook(nr, hb));
    if(debug)
      verbose.addConsoleMsg(Messages.getString("ServerController.DBG_InitShutdownHookNotice"), EnumSet.of(EnumVerbose.ToConsole)); //$NON-NLS-1$

    // Finished init
    verbose.addConsoleMsg(Messages.getString("ServerController.DBG_InitServerOnlineNotice"), EnumSet.of(EnumVerbose.ToConsole)); //$NON-NLS-1$
View Full Code Here

TOP

Related Classes of voxo.server.threads.ShutdownHook

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.