Class 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 Detail

      • ManagedConnectionFactory

        public ManagedConnectionFactory()