Class ManagedConnectionFactory

java.lang.Object
org.infinispan.persistence.jdbc.common.connectionfactory.ConnectionFactory
org.infinispan.persistence.jdbc.common.impl.connectionfactory.ManagedConnectionFactory

public class ManagedConnectionFactory extends ConnectionFactory
Connection factory that can be used when on managed environments, like application servers. It knows how to look into the JNDI tree at a certain location (configurable) and delegate connection management to the DataSource. In order to enable it one should set the following two properties in any Jdbc cache store:
    
    
 
Author:
Mircea.Markus@jboss.com
  • Constructor Details

    • ManagedConnectionFactory

      public ManagedConnectionFactory()
  • Method Details