|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | 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 | |
java.sql.Connection |
getConnection()
Returns the SQL Connection for this Transaction. |
void |
releaseConnection(java.sql.Connection connection)
Releases the SQL Connection for this Transaction. |
void |
setJNDIContext(javax.naming.Context JNDIContext)
Inform provider of ejbContext. |
Method Detail |
public void setJNDIContext(javax.naming.Context JNDIContext) throws BMPException
ejbContext
- the bean's ejbContext.public java.sql.Connection getConnection() throws BMPException
public void releaseConnection(java.sql.Connection connection) throws BMPException
conn
- Connection object.
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |