Uses of Interface
org.jivesoftware.database.ConnectionProvider
-
Packages that use ConnectionProvider Package Description org.jivesoftware.database Database connection code. -
-
Uses of ConnectionProvider in org.jivesoftware.database
Classes in org.jivesoftware.database that implement ConnectionProvider Modifier and Type Class Description classDefaultConnectionProviderDefault Jive connection provider, which uses an internal connection pool.classEmbeddedConnectionProviderA connection provider for the embedded hsqlDB database.classJNDIDataSourceProviderAn implementation of ConnectionProvider that utilizes a JDBC 2.0 DataSource made available via JNDI.Methods in org.jivesoftware.database that return ConnectionProvider Modifier and Type Method Description static ConnectionProviderDbConnectionManager. getConnectionProvider()Returns the current connection provider.Methods in org.jivesoftware.database with parameters of type ConnectionProvider Modifier and Type Method Description static voidDbConnectionManager. setConnectionProvider(ConnectionProvider provider)Sets the connection provider.
-