- Description
- is used for receiving "connectionChanged", "approveConnectionClose", and
"connectionClosing" events posted by a database access bean.
A database access bean setting may be changed to connect to a different database.
In that case, the connection of the bean must be closed and a new connection must
be established. The could affect the current data processing on the bean, as it
could be shared by a number of components. To prevent the bean from closing it's
connection, a DatabaseAccessListener could abort the closing.
|