| Package | Description |
|---|---|
| org.mentawai.core | |
| org.mentawai.db | |
| org.mentawai.db.mysql | |
| org.mentawai.filter | |
| org.mentawai.list |
| Modifier and Type | Method and Description |
|---|---|
ConnectionHandler |
MultiApplicationManager.createConnectionHandler() |
ConnectionHandler |
ApplicationManager.createConnectionHandler() |
ConnectionHandler |
DefaultApplicationManager.getConnectionHandler() |
ConnectionHandler |
ApplicationManager.getConnectionHandler() |
ConnectionHandler |
DefaultApplicationManager.getConnHandler() |
| Modifier and Type | Method and Description |
|---|---|
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) |
void |
ApplicationManager.setConnectionHandler(ConnectionHandler connHandler) |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionHandler |
SessionHandler.getConnHandler() |
static ConnectionHandler |
JNDIConnectionHandler.getInstance(String poolname)
Gets a ConnectionHandler with a DataSource bound to the JNDI context with the given name.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MySQLBoneCPConnectionHandler |
| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2015. All Rights Reserved.