Package | Description |
---|---|
org.jivesoftware.database |
Database connection code.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultConnectionProvider
Default Jive connection provider, which uses an internal connection pool.
|
class |
EmbeddedConnectionProvider
A connection provider for the embedded hsqlDB database.
|
class |
JNDIDataSourceProvider
An implementation of ConnectionProvider that utilizes a JDBC 2.0 DataSource
made available via JNDI.
|
Modifier and Type | Method and Description |
---|---|
static ConnectionProvider |
DbConnectionManager.getConnectionProvider()
Returns the current connection provider.
|
Modifier and Type | Method and Description |
---|---|
static void |
DbConnectionManager.setConnectionProvider(ConnectionProvider provider)
Sets the connection provider.
|
Copyright © 2003–2020 Ignite Realtime. All rights reserved.