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

/libcore/luni/src/main/java/javax/sql/
H A DConnectionEventListener.java41 * a {@code ConnectionEvent} containing details about the source
44 public void connectionClosed(ConnectionEvent theEvent);
53 * a {@code ConnectionEvent} containing details about the source
56 public void connectionErrorOccurred(ConnectionEvent theEvent);
H A DConnectionEvent.java29 public class ConnectionEvent extends EventObject implements Serializable { class in inherits:EventObject,Serializable
43 public ConnectionEvent(PooledConnection theConnection) { method in class:ConnectionEvent
48 * Creates a {@code ConnectionEvent} initialized with the supplied {@code
58 public ConnectionEvent(PooledConnection theConnection, method in class:ConnectionEvent
/libcore/luni/src/test/java/libcore/javax/sql/
H A DOldConnectionEventTest.java22 import javax.sql.ConnectionEvent;
32 ConnectionEvent ce = new ConnectionEvent(ipc);
33 ConnectionEvent ce2 = new ConnectionEvent(ipc,null);
39 ConnectionEvent ce = new ConnectionEvent(ipc);
41 ConnectionEvent ce2 = new ConnectionEvent(ipc, null);
46 ConnectionEvent ce
[all...]

Completed in 117 milliseconds