Uses of Interface
org.mentawai.db.ConnectionHandler

Packages that use ConnectionHandler
org.mentawai.core   
org.mentawai.db   
org.mentawai.filter   
org.mentawai.list   
 

Uses of ConnectionHandler in org.mentawai.core
 

Methods in org.mentawai.core with parameters of type ConnectionHandler
 void ApplicationManager.addList(DBListData list, ConnectionHandler connHandler)
          Adds the list to the ListManager, so there is no need to use ListManager.addList
 void ApplicationManager.addLists(ConnectionHandler connHandler, String... lists)
           
 void ApplicationManager.addLocalizedLists(ConnectionHandler connHandler, String... lists)
           
 

Uses of ConnectionHandler in org.mentawai.db
 

Classes in org.mentawai.db that implement ConnectionHandler
 class AbstractConnectionHandler
           
 class C3P0ConnectionHandler
          A connection handler that uses the C3P0 connection pool.
 class DataSourceConnectionHandler
          A connection handler backed up by a javax.sql.DataSource.
 class DBCPConnectionHandler
          A connection handler that uses the Commons DBCP connection pool.
 class JdbcConnectionHandler
           
 class JNDIConnectionHandler
          A connection handler that looks for a DataSource in a JNDI context.
 

Methods in org.mentawai.db that return ConnectionHandler
static ConnectionHandler JNDIConnectionHandler.getInstance(String poolname)
          Gets a ConnectionHandler with a DataSource bound to the JNDI context with the given name.
 

Uses of ConnectionHandler in org.mentawai.filter
 

Constructors in org.mentawai.filter with parameters of type ConnectionHandler
ConnectionFilter(ConnectionHandler connHandler)
           
ConnectionFilter(ConnectionHandler connHandler, String connKey)
           
ConnectionFilter(String connKey, ConnectionHandler connHandler)
           
PushConnectionFilter(ConnectionHandler connHandler)
          Creates a ConnectionFilter with the given ConnectionHandler.
PushConnectionFilter(ConnectionHandler connHandler, String conn_key)
          Creates a ConnectionFilter with the given ConnectionHandler and connection key.
 

Uses of ConnectionHandler in org.mentawai.list
 

Methods in org.mentawai.list with parameters of type ConnectionHandler
static void ListManager.addList(DBListData list, ConnectionHandler connHandler)
           
 void CustomListData.load(ConnectionHandler connHandler)
           
 void DBListData.load(ConnectionHandler connHandler)
           
 void CustomListData.refresh(ConnectionHandler connHandler)
           
 void DBListData.refresh(ConnectionHandler connHandler)
           
 void CustomListData.startAutoRefresh(ConnectionHandler connHandler, long time)
           
 void DBListData.startAutoRefresh(ConnectionHandler connHandler, long time)
           
 



Copyright © 2011. All Rights Reserved.