API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.sql. ConnectionEvent View Source
Author(s)
Since
1.4
Version
Serial
Hierarchy
 Object
      EventObject
          ConnectionEvent
Implements
Subclasses
Description
public class ConnectionEvent
  An Event object that provides information about the source of a connection-related event.
See also:   
Constructors
public ConnectionEvent (PooledConnection con)
  Constructs a ConnectionEvent object initialized with the given PooledConnection object.
public ConnectionEvent (PooledConnection con, SQLException ex)
  Constructs a ConnectionEvent object initialized with the given PooledConnection object and SQLException object.
Methods
Hide/Show inherited methods
public Object getSource () [Inherited From EventObject]
  The object on which the Event initially occurred.
public SQLException getSQLException ()
  Retrieves the SQLException for this ConnectionEvent object.
public String toString () [Inherited From EventObject]
  Returns a String representation of this EventObject.
Fields
Hide/Show inherited fields
pack-privatefinalstatic long serialVersionUID = "-4843217645290030002"
Private serial version unique ID to ensure serialization compatibility.
protectedtransient Object source [Inherited From EventObject]
The object on which the Event initially occurred.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar