corba/src/share/classes/com/sun/corba/se/pept/transport/ConnectionCache.java
changeset 7579 cf90ea1653fb
parent 5555 b2b5ed3f0d0d
child 7672 aec650969dd5
--- a/corba/src/share/classes/com/sun/corba/se/pept/transport/ConnectionCache.java	Wed Jul 05 17:28:07 2017 +0200
+++ b/corba/src/share/classes/com/sun/corba/se/pept/transport/ConnectionCache.java	Thu Oct 07 00:59:40 2010 -0700
@@ -41,6 +41,12 @@
     public long numberOfBusyConnections();
 
     public boolean reclaim();
+
+    /** Close all connections in the connection cache.
+     * This is used as a final cleanup, and will result
+     * in abrupt termination of any pending communications.
+     */
+    public void close();
 }
 
 // End of file.