Uses of Interface
org.jivesoftware.database.ConnectionProvider
Packages that use ConnectionProvider
-
Uses of ConnectionProvider in org.jivesoftware.database
Classes in org.jivesoftware.database that implement ConnectionProviderModifier and TypeClassDescriptionclass
Default Jive connection provider, which uses an internal connection pool.class
A connection provider for the embedded hsqlDB database.class
An implementation of ConnectionProvider that utilizes a JDBC 2.0 DataSource made available via JNDI.Methods in org.jivesoftware.database that return ConnectionProviderModifier and TypeMethodDescriptionstatic ConnectionProvider
DbConnectionManager.getConnectionProvider()
Returns the current connection provider.Methods in org.jivesoftware.database with parameters of type ConnectionProviderModifier and TypeMethodDescriptionstatic void
DbConnectionManager.setConnectionProvider
(ConnectionProvider provider) Sets the connection provider.