public interface ValidatingManagedConnectionFactory
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.
 
The application server may use this functionality to test the
 validity of a ManagedConnection by passing in a 
 Set of size one( with the ManagedConnection
 that has to be tested for validity as the only member of the 
 Set.
| Modifier and Type | Method and Description | 
|---|---|
| Set | getInvalidConnections(Set connectionSet)This method returns a set of invalid  ManagedConnectionobjects chosen from a specified set ofManagedConnectionobjects. | 
Set getInvalidConnections(Set connectionSet) throws ResourceException
ManagedConnection 
 objects chosen from a specified set of ManagedConnection
 objects.connectionSet - a set of ManagedConnection objects
 that need to be validated.ManagedConnection objects.ResourceException - generic exception.Copyright © 2018 JBoss by Red Hat. All rights reserved.