com.sibvisions.rad.persist.jdbc.event
Class ConnectionEvent

java.lang.Object
  extended by com.sibvisions.rad.persist.jdbc.event.ConnectionEvent

public class ConnectionEvent
extends java.lang.Object

The ConnectionEvent serves information about connection and dBAccess.


Constructor Summary
ConnectionEvent(DBAccess pDBAccess, java.sql.Connection pConnection)
          Creates a new instance of ConnectionEvent.
 
Method Summary
 java.sql.Connection getConnection()
          Gets the connection.
 DBAccess getDBAccess()
          Gets the dBAccess.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionEvent

public ConnectionEvent(DBAccess pDBAccess,
                       java.sql.Connection pConnection)
Creates a new instance of ConnectionEvent.

Parameters:
pDBAccess - the dBAccess
pConnection - the connection
Method Detail

getDBAccess

public DBAccess getDBAccess()
Gets the dBAccess.

Returns:
the dBAccess

getConnection

public java.sql.Connection getConnection()
Gets the connection.

Returns:
the connection


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.