Connection.isClosed
Interface Overview | Interface Members | 
  This Package | 
All Packages
 public abstract boolean isClosed() throws SQLException
Returns
     true if the connection is closed; false if it's still open
    Description
 Tests to see if a Connection is closed.
  
Exceptions
 SQLException
     if a database-access error occurs.