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

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.