com.stc.connector.db
Interface SessionEvent


public interface SessionEvent


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

getConnection

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

Parameters:
None.
Throws:
None.
Returns:
a database Connection instance.

getSQLException

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

Parameters:
None.
Throws:
None.
Returns:
a SQLException instance.


Copyright 2004 by SeeBeyond Technology Corporation. All Rights Reserved.