|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sibvisions.rad.persist.jdbc.event.ConnectionEvent
public class ConnectionEvent
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 |
---|
public ConnectionEvent(DBAccess pDBAccess, java.sql.Connection pConnection)
ConnectionEvent
.
pDBAccess
- the dBAccesspConnection
- the connectionMethod Detail |
---|
public DBAccess getDBAccess()
public java.sql.Connection getConnection()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |