| |
|
| java.lang.Object org.jivesoftware.database.JNDIDataSourceProvider
JNDIDataSourceProvider | public class JNDIDataSourceProvider implements ConnectionProvider(Code) | | An implementation of ConnectionProvider that utilizes a JDBC 2.0 DataSource
made available via JNDI. This is useful for application servers where a pooled
data connection is already provided so Jive can share the pool with the
other applications.
The JNDI location of the DataSource stored as the Jive property
database.JNDIProvider.name . This can be overridden by setting
the provider's name property if required.
author: Joe Walnes See Also: ConnectionProvider |
JNDIDataSourceProvider | public JNDIDataSourceProvider()(Code) | | Constructs a new JNDI pool.
|
destroy | public void destroy()(Code) | | |
isPooled | public boolean isPooled()(Code) | | |
restart | public void restart()(Code) | | |
start | public void start()(Code) | | |
|
|
|