Searched refs:ConnectionEvent (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/sql/
H A DConnectionEventListener.java61 void connectionClosed(ConnectionEvent event);
68 * contained in the given <code>ConnectionEvent</code> object.
74 void connectionErrorOccurred(ConnectionEvent event);
H A DConnectionEvent.java32 * source of a connection-related event. <code>ConnectionEvent</code>
34 * and when an error occurs. The <code>ConnectionEvent</code> object
45 public class ConnectionEvent extends java.util.EventObject { class in inherits:java.util.EventObject
48 * <P>Constructs a <code>ConnectionEvent</code> object initialized with
55 public ConnectionEvent(PooledConnection con) { method in class:ConnectionEvent
60 * <P>Constructs a <code>ConnectionEvent</code> object initialized with
68 public ConnectionEvent(PooledConnection con, SQLException ex) { method in class:ConnectionEvent
75 * <code>ConnectionEvent</code> object. May be <code>null</code>.

Completed in 36 milliseconds