Examples of doPreStop()


Examples of com.sun.enterprise.web.WebContainerStartStopOperation.doPreStop()

    private void doHADBShutdownCleanup() {
        //do web container side connection cleanup
        if(getWebContainer() != null) {
            WebContainerStartStopOperation startStopOperation =
                this.getWebContainer().getWebContainerStartStopOperation();
            ArrayList shutdownCleanupCapablesList = startStopOperation.doPreStop();
            startStopOperation.doPostStop(shutdownCleanupCapablesList);             
        }

        //do ejb container side connection cleanup
        //Collection sfsbStoreManagers = this.getSFSBStoreManagers();
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.