站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档

DissociatableManagedConnection (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档


javax.resource.spi
Interface DissociatableManagedConnection


public interface DissociatableManagedConnection

A marker interface for connections that support the lazy connection association optimization.


Method Summary
 void dissociateConnections()
          Invoked by the application server to dissociate the managed connection from all handles.
 

Method Detail

dissociateConnections

public void dissociateConnections()
                           throws ResourceException
Invoked by the application server to dissociate the managed connection from all handles.

Throws:
ResourceException - for any error
ResourceAdapterInternalException - for an internal error in the resource adapter
IllegalStateException - if the state cannot be cleaned up, e.g. a transaction is in progress


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.