Method Summary
|
hasConnections |
indicates that connections already exist.
|
|
getIsolatedConnection |
attempts to establish a database connection, that can not be shared with
other components. This should be used for transaction processing.
|
|
suspendConnections |
closes the all connections to database. This request could be aborted by
listeners of the component.
|
|
addDatabaseAccessListener |
adds the specified listener to receive the events "connectionChanged",
"approveConnectionClose", and "connectionClosing".
|
|
removeDatabaseAccessListener |
removes the specified listener.
|
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.