Examples of doPostStop()


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

        //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();
        //this.closeCachedConnections(sfsbStoreManagers);
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.