Sun Adapter Common API

com.stc.connector.db
Interface SessionEvent


public interface SessionEvent

Version:
$Revision: 1.2 $
Author:
$Author: cmbuild $

Method Summary
 java.sql.Connection getConnection()
          Gets the Connection related to the event.
 java.sql.SQLException getSQLException()
          Gets SQLException related to the event.
 

Method Detail

getSQLException

java.sql.SQLException getSQLException()
Gets SQLException related to the event.

Returns:
a SQLException instance.

getConnection

java.sql.Connection getConnection()
Gets the Connection related to the event.

Returns:
a database Connection instance.

Sun Adapter Common API