FileDocCategorySizeDatePackage
ValidatingManagedConnectionFactory.javaAPI DocGlassfish v2 API2975Fri May 04 22:35:36 BST 2007javax.resource.spi

ValidatingManagedConnectionFactory

public interface ValidatingManagedConnectionFactory
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.

author
Ram Jeyaraman
version
1.0

Fields Summary
Constructors Summary
Methods Summary
public java.util.SetgetInvalidConnections(java.util.Set connectionSet)
This method returns a set of invalid ManagedConnection objects chosen from a specified set of ManagedConnection objects.

param
connectionSet a set of ManagedConnection objects that need to be validated.
return
a set of invalid ManagedConnection objects.
throws
ResourceException generic exception.