Searched refs:ConnectionEvent (Results 1 – 4 of 4) sorted by relevance
22 import javax.sql.ConnectionEvent;32 ConnectionEvent ce = new ConnectionEvent(ipc); in testConstructorConnection()33 ConnectionEvent ce2 = new ConnectionEvent(ipc,null); in testConstructorConnection()39 ConnectionEvent ce = new ConnectionEvent(ipc); in testGetSQLException()41 ConnectionEvent ce2 = new ConnectionEvent(ipc, null); in testGetSQLException()46 ConnectionEvent ce3 = new ConnectionEvent(ipc, e); in testGetSQLException()
45 public class ConnectionEvent extends java.util.EventObject { class55 public ConnectionEvent(PooledConnection con) { in ConnectionEvent() method in ConnectionEvent68 public ConnectionEvent(PooledConnection con, SQLException ex) { in ConnectionEvent() method in ConnectionEvent
61 void connectionClosed(ConnectionEvent event); in connectionClosed()74 void connectionErrorOccurred(ConnectionEvent event); in connectionErrorOccurred()
1340 "ojluni/src/main/java/javax/sql/ConnectionEvent.java",