Examples of invokeClassPreDestroy()


Examples of com.sun.enterprise.InjectionManager.invokeClassPreDestroy()

                _logger.info("Application main() finished normally");
            }


            // inject the pre-destroy methods before shutting down
            injMgr.invokeClassPreDestroy(cl, appDesc);           

      // Let's shutdown all the system resource adapters that are 
      // active in the container.
      shutDownSystemAdapters();
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.