Package com.sun.enterprise.web
Interface ShutdownCleanupCapable
-
public interface ShutdownCleanupCapable- Author:
- lwhite
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddoCloseCachedConnection()intdoShutdownCleanup()voidputConnection(Connection conn)
-
-
-
Method Detail
-
doShutdownCleanup
int doShutdownCleanup()
-
doCloseCachedConnection
void doCloseCachedConnection()
-
putConnection
void putConnection(Connection conn)
-
-