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

/glassfish-3.1.2/connectors/javax.resource/src/main/java/javax/resource/spi/
H A DConnectionEvent.java55 * required for the CONNECTION_CLOSED event and optional for the
63 * <LI>CONNECTION_CLOSED
80 public static final int CONNECTION_CLOSED = 1; field in class:ConnectionEvent
145 * Connection instance. Used for CONNECTION_CLOSED event.
154 * Set the connection handle. Used for CONNECTION_CLOSED event
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/spi/
H A DManagedConnection.java202 ce = new ConnectionEvent(this, ConnectionEvent.CONNECTION_CLOSED);
764 * and sends a CONNECTION_CLOSED event to all the registered event listeners.

Completed in 14 milliseconds