当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档
LazyEnlistableConnectionManager (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档
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
public 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.