* i.e. closing out connections
*/
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();
//this.closeCachedConnections(sfsbStoreManagers);