javax.resource.spi
Interface ValidatingManagedConnectionFactory


public interface ValidatingManagedConnectionFactory

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


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

Method Detail

getInvalidConnections

public java.util.Set getInvalidConnections(java.util.Set connectionSet)
                                    throws ResourceException (src) 
Returns the invalid connections in a set

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