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 TypeClassDescriptionclassDefault Jive connection provider, which uses an internal connection pool.classA connection provider for the embedded hsqlDB database.classAn implementation of ConnectionProvider that utilizes a JDBC 2.0 DataSource made available via JNDI.Methods in org.jivesoftware.database that return ConnectionProviderModifier and TypeMethodDescriptionstatic ConnectionProviderDbConnectionManager.getConnectionProvider()Returns the current connection provider.Methods in org.jivesoftware.database with parameters of type ConnectionProviderModifier and TypeMethodDescriptionstatic voidDbConnectionManager.setConnectionProvider(ConnectionProvider provider) Sets the connection provider.