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

/glassfish-3.1.2/connectors/javax.resource/src/main/java/javax/resource/spi/
H A DConnectionEvent.java58 * Note that exception is used for CONNECTION_ERROR_OCCURRED.
67 * <LI>CONNECTION_ERROR_OCCURRED
101 public static final int CONNECTION_ERROR_OCCURRED = 5; field in class:ConnectionEvent
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/spi/
H A DManagedConnection.java801 ce = e == null ? new ConnectionEvent(this, ConnectionEvent.CONNECTION_ERROR_OCCURRED)
802 : new ConnectionEvent(this, ConnectionEvent.CONNECTION_ERROR_OCCURRED, e);

Completed in 15 milliseconds