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

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


javax.resource.spi
Interface ValidatingManagedConnectionFactory


public interface ValidatingManagedConnectionFactory

A mixin interface for connection factories that can validate their managed connections


Method Summary
 Set getInvalidConnections(Set connectionSet)
          Returns the invalid connections in a set
 

Method Detail

getInvalidConnections

public Set getInvalidConnections(Set connectionSet)
                          throws ResourceException
Returns the invalid connections in a set

Parameters:
connectionSet - the set of connections to validate
Returns:
the set of invalid connections
Throws:
ResourceException - for a generic error


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