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.
- author:
Ram - Jeyaraman
- version:
1.0 -
| 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. |