| 
 | J2EE1.4 SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 Summary | |
|  java.util.Set | getInvalidConnections(java.util.Set connectionSet)This method returns a set of invalid ManagedConnectionobjects chosen from a specified set ofManagedConnectionobjects. | 
| Method Detail | 
public java.util.Set getInvalidConnections(java.util.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.| 
 | J2EE1.4 SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2003 Sun Microsystems, Inc. All rights reserved.