Movatterモバイル変換


[0]ホーム

URL:


         


Class ConnectionEvent

java.lang.Object  |  +--java.util.EventObject        |        +--javax.sql.ConnectionEvent
All Implemented Interfaces:
java.io.Serializable

public classConnectionEvent
extends java.util.EventObject

The ConnectionEvent class provides information about the source of a connection related event. ConnectionEvent objects provide the following information:

See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
ConnectionEvent(PooledConnection con)
          Construct a ConnectionEvent object.
ConnectionEvent(PooledConnection con, java.sql.SQLException ex)
          Construct a ConnectionEvent object.
 
getSQLException()
          Get the SQLException.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

ConnectionEvent

publicConnectionEvent(PooledConnection con)

Construct a ConnectionEvent object. SQLException defaults to null.

Parameters:
con - the pooled connection that is the source of the event

ConnectionEvent

publicConnectionEvent(PooledConnection con,                       java.sql.SQLException ex)

Construct a ConnectionEvent object.

Parameters:
con - the pooled connection that is the source of the event
ex - the SQLException about to be thrown to the application

getSQLException

public java.sql.SQLExceptiongetSQLException()

Get the SQLException. May be null.

Returns:
the SQLException about to be thrown

         


[8]ページ先頭

©2009-2025 Movatter.jp