Home
last modified time | relevance | path

Searched refs:ConnectionEvent (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/test/java/libcore/javax/sql/
DOldConnectionEventTest.java22 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()
/libcore/ojluni/src/main/java/javax/sql/
DConnectionEvent.java45 public class ConnectionEvent extends java.util.EventObject { class
55 public ConnectionEvent(PooledConnection con) { in ConnectionEvent() method in ConnectionEvent
68 public ConnectionEvent(PooledConnection con, SQLException ex) { in ConnectionEvent() method in ConnectionEvent
DConnectionEventListener.java61 void connectionClosed(ConnectionEvent event); in connectionClosed()
74 void connectionErrorOccurred(ConnectionEvent event); in connectionErrorOccurred()
/libcore/
Dopenjdk_java_files.mk1329 ojluni/src/main/java/javax/sql/ConnectionEvent.java \