Save This Page
Home » glassfish-v2ur2-b04-src » javax.resource.spi » [javadoc | source]
javax.resource.spi
public interface: ValidatingManagedConnectionFactory [javadoc | source] This interface is implemented by a ManagedConnectionFactory instance that supports the ability to validate ManagedConnection objects.

This may be used by the application server to prune invalid ManagedConnection objects from its connection pool.

Method from javax.resource.spi.ValidatingManagedConnectionFactory Summary:
getInvalidConnections
Method from javax.resource.spi.ValidatingManagedConnectionFactory Detail:
 public Set getInvalidConnections(Set connectionSet) throws ResourceException
    This method returns a set of invalid ManagedConnection objects chosen from a specified set of ManagedConnection objects.