javax.resource.spi
Interface LazyEnlistableConnectionManager
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 |
lazyEnlist
void lazyEnlist(ManagedConnection mc)
throws ResourceException
- Invoked by a resource adapter to lazily enlist a connection handle with the managed connection
- Parameters:
mc - the managed connection
- Throws:
ResourceException - for an generic error
ApplicationServerInternalException - for problems in the application server
ResourceAllocationException - for problems allocating resources
ResourceAdapterInternalException - for errors from the resource adapter
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.