|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
OpenEJB extensions to J2EE Connector ConnectionManager. This allows the container to act on connections that a bean is using across multiple transactions. It can add connections to the current transaction, or indicate that connections can be closed (because the bean instance was released).
| Method Summary | |
void |
associateConnections(Object[] connections)
Add the specified connections to the current transaction. |
void |
disposeConnections(Object[] connections)
Close the specified connections. |
| Methods inherited from interface javax.resource.spi.ConnectionManager |
allocateConnection |
| Method Detail |
public void associateConnections(Object[] connections)
throws javax.resource.ResourceException
javax.resource.ResourceException
public void disposeConnections(Object[] connections)
throws javax.resource.ResourceException
javax.resource.ResourceException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||