|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LazyEnlistableConnectionManager
An optioanl mixin interface for connection managers that support the lazy connection enlistment optimization.
Method Summary | |
---|---|
void |
lazyEnlist(ManagedConnection mc)
Invoked by a resource adapter to lazily enlist a connection handle with the managed connection |
Method Detail |
---|
void lazyEnlist(ManagedConnection mc) throws ResourceException
mc
- the managed connection
ResourceException
- for an generic error
ApplicationServerInternalException
- for problems in the application server
ResourceAllocationException
- for problems allocating resources
ResourceAdapterInternalException
- for errors from the resource adapter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |