当前页面: 
在线文档首页 > 
JBoss 4.0.1 sp1 j2ee  API Documentation 英文版文档
ConnectionEvent (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee  API Documentation 英文版文档
javax.sql
Class ConnectionEvent
java.lang.Object
   java.util.EventObject
java.util.EventObject
       javax.sql.ConnectionEvent
javax.sql.ConnectionEvent
- All Implemented Interfaces: 
- Serializable
- public class ConnectionEvent- extends EventObject
The ConnectionEvent class provides information about the source of a connection related event.
 ConnectionEvent objects provide the following information:
 
 - the pooled connection that generated the event 
 
- the SQLException about to be thrown to the application ( in the case of an error event)
 
- See Also:
- Serialized Form
 
 
 
 
 
 
ConnectionEvent
public ConnectionEvent(PooledConnection pooledConnection)
- Construct a ConnectionEvent object. SQLException defaults to null.
 
- Parameters:
- pooledConnection- - the pooled connection that is the source of the event
ConnectionEvent
public ConnectionEvent(PooledConnection pooledConnection,
                       SQLException e)
- Construct a ConnectionEvent object.
 
- Parameters:
- pooledConnection- - the pooled connection that is the source of the event
- e- - the SQLException about to be thrown to the application
getSQLException
public SQLException getSQLException()
- Gets the SQLException about to be thrown. May be null.
 
- 
- Returns:
- The SQLException about to be thrown
 
      
      
        Copyright © 2002 JBoss Group, LLC. All Rights Reserved.