|
© 2003 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Defines the interface for Application Server independent connection pooling. This allows for specification of Connection objects at deployment time.
| Method Summary | |
Connection |
getConnection()
Returns the SQL Connection for this Transaction. |
void |
releaseConnection(Connection connection)
Releases the SQL Connection for this Transaction. |
void |
setJNDIContext(Context JNDIContext)
Inform provider of ejbContext. |
| Method Detail |
public void setJNDIContext(Context JNDIContext)
throws BMPException
BMPException
public Connection getConnection()
throws BMPException
BMPException - implementation specific exception occurred
public void releaseConnection(Connection connection)
throws BMPException
BMPException - implementation specific exception occurred
|
© 2003 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||