|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectionHandler | |
|---|---|
| org.mentawai.core | |
| org.mentawai.db | |
| org.mentawai.db.mysql | |
| org.mentawai.filter | |
| org.mentawai.list | |
| Uses of ConnectionHandler in org.mentawai.core |
|---|
| Methods in org.mentawai.core that return ConnectionHandler | |
|---|---|
ConnectionHandler |
DefaultApplicationManager.getConnectionHandler()
|
ConnectionHandler |
DefaultApplicationManager.getConnHandler()
|
| 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)
|
void |
DefaultApplicationManager.initDB(ConnectionHandler connHandler)
|
void |
DefaultApplicationManager.initLists(ConnectionHandler connHandler)
|
| Uses of ConnectionHandler in org.mentawai.db |
|---|
| Classes in org.mentawai.db that implement ConnectionHandler | |
|---|---|
class |
AbstractConnectionHandler
|
class |
BoneCPConnectionHandler
|
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.db.mysql |
|---|
| Classes in org.mentawai.db.mysql that implement ConnectionHandler | |
|---|---|
class |
MySQLBoneCPConnectionHandler
|
| 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 |
DBListData.load(ConnectionHandler connHandler)
|
void |
CustomListData.load(ConnectionHandler connHandler)
|
void |
DBListData.refresh(ConnectionHandler connHandler)
|
void |
CustomListData.refresh(ConnectionHandler connHandler)
|
void |
DBListData.startAutoRefresh(ConnectionHandler connHandler,
long time)
|
void |
CustomListData.startAutoRefresh(ConnectionHandler connHandler,
long time)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||