Searched refs:ConnectionEvent (Results 1 – 5 of 5) 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",
18338 public class ConnectionEvent extends java.util.EventObject {18339 ctor public ConnectionEvent(javax.sql.PooledConnection);18340 ctor public ConnectionEvent(javax.sql.PooledConnection, java.sql.SQLException);18345 method public void connectionClosed(javax.sql.ConnectionEvent);18346 method public void connectionErrorOccurred(javax.sql.ConnectionEvent);