Package com.sun.appserv.server

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


            final ServerLifecycle service = services.get(i-1);

      _logger.log(Level.FINE,"service.shutdown",
          services.get(i-1));
      try {
            service.onTermination();
      } 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.