Uses of Interface
com.cafesoft.core.jdbc.ConnectionPoolAuthenticator

Packages that use ConnectionPoolAuthenticator
com.cafesoft.core.jdbc Contains classes for use with jdbc. 
 

Uses of ConnectionPoolAuthenticator in com.cafesoft.core.jdbc
 

Classes in com.cafesoft.core.jdbc that implement ConnectionPoolAuthenticator
 class StandardConnectionPoolAuthenticator
          Standard implementation of the ConnectionPoolAuthenticator interface.
 class UsernamePasswordConnectionPoolAuthenticator
          A username and password implementation of the ConnectionPoolAuthenticator interface.
 

Methods in com.cafesoft.core.jdbc that return ConnectionPoolAuthenticator
 ConnectionPoolAuthenticator ConnectionPool.getAuthenticator()
          Get the ConnectionPool's ConnectionPoolAuthenticator
 ConnectionPoolAuthenticator StandardConnectionPool.getAuthenticator()
          Get the ConnectionPool's ConnectionPoolAuthenticator
 

Methods in com.cafesoft.core.jdbc with parameters of type ConnectionPoolAuthenticator
 void ConnectionPool.setAuthenticator(ConnectionPoolAuthenticator authenticator)
          Set the ConnectionPoolAuthenticator for this ConnectionPool
 void StandardConnectionPool.setAuthenticator(ConnectionPoolAuthenticator authenticator)
          Set the ConnectionPoolAuthenticator for this ConnectionPool
 



Generated on 10:38:35 AM April 14, 2011, © 1996-2010 Cafésoft LLC. All rights reserved.