Package ariba.util.shutdown

Examples of ariba.util.shutdown.ShutdownManager$ShutdownHookRunner


    ////////////////////////////////////

    public void initiateShutdown ()
    {
        Log.aribaweb_shutdown.debug("Shutdown request received.  Refusing new sessions.");
        ShutdownManager sm = ShutdownManager.get();
        AWShutdownState.init(sm);
        AWMonitorStats monitorStats = monitorStats();
        setRefusingNewSessions(true);
        monitorStats.setGracefulShutdown(true);
        monitorStats.setRemainingShutdownPeriod(sm.getTimeBeforeShutdown());
    }
View Full Code Here

TOP

Related Classes of ariba.util.shutdown.ShutdownManager$ShutdownHookRunner

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.