ConnectionManager
implementation. An implementation of
this interface must support the lazy transaction enlistment optimization.
Modifier and Type | Method and Description |
---|---|
public void | lazyEnlist(ManagedConnection
The mc)ManagedConnection instance that needs to be
lazily associated.This method is called by a resource adapter (that is capable of lazy transaction enlistment optimization) in order to lazily enlist a connection object with a XA transaction. |
lazyEnlist | back to summary |
---|---|
public void lazyEnlist(ManagedConnection mc) throws ResourceException This method is called by a resource adapter (that is capable of lazy transaction enlistment optimization) in order to lazily enlist a connection object with a XA transaction.
|