|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OpenEJBConnectionManager
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(java.lang.Object[] connections)
Add the specified connections to the current transaction. |
void |
disposeConnections(java.lang.Object[] connections)
Close the specified connections. |
Methods inherited from interface javax.resource.spi.ConnectionManager |
---|
allocateConnection |
Method Detail |
---|
void associateConnections(java.lang.Object[] connections) throws javax.resource.ResourceException
javax.resource.ResourceException
void disposeConnections(java.lang.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 |