corba/src/share/classes/com/sun/corba/se/pept/transport/ConnectionCache.java
changeset 7579 cf90ea1653fb
parent 5555 b2b5ed3f0d0d
child 7672 aec650969dd5
equal deleted inserted replaced
7217:8c840d3ab24f 7579:cf90ea1653fb
    39     public long numberOfIdleConnections();
    39     public long numberOfIdleConnections();
    40 
    40 
    41     public long numberOfBusyConnections();
    41     public long numberOfBusyConnections();
    42 
    42 
    43     public boolean reclaim();
    43     public boolean reclaim();
       
    44 
       
    45     /** Close all connections in the connection cache.
       
    46      * This is used as a final cleanup, and will result
       
    47      * in abrupt termination of any pending communications.
       
    48      */
       
    49     public void close();
    44 }
    50 }
    45 
    51 
    46 // End of file.
    52 // End of file.