Package com.sun.appserv.server

Examples of com.sun.appserv.server.ServerLifecycle.onShutdown()


        for (int i = services.size(); i > 0; i--) {
            final ServerLifecycle service = services.get(i-1);

      _logger.log(Level.FINE,"service.shutdown", services.get(i-1));
            try {
                service.onShutdown();
            } catch (Exception e) {
            //do nothing since we want to continue shutting down other LFC
            //modules
                    _logger.log(Level.WARNING, "server.exception", e);      
            }           
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.