Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.loaders.jdbc.configuration
Class ManagedConnectionFactoryConfiguration

java.lang.Object
  extended by org.infinispan.loaders.jdbc.configuration.ManagedConnectionFactoryConfiguration
All Implemented Interfaces:
ConnectionFactoryConfiguration, LegacyConnectionFactoryAdaptor

public class ManagedConnectionFactoryConfiguration
extends Object
implements ConnectionFactoryConfiguration, LegacyConnectionFactoryAdaptor

ManagedConnectionFactoryConfiguration.

Since:
5.2
Author:
Tristan Tarrant

Method Summary
 void adapt(AbstractJdbcCacheStoreConfig config)
           
 Class<? extends ConnectionFactory> connectionFactoryClass()
           
 String jndiUrl()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

jndiUrl

public String jndiUrl()

connectionFactoryClass

public Class<? extends ConnectionFactory> connectionFactoryClass()
Specified by:
connectionFactoryClass in interface ConnectionFactoryConfiguration

adapt

public void adapt(AbstractJdbcCacheStoreConfig config)
Specified by:
adapt in interface LegacyConnectionFactoryAdaptor

toString

public String toString()
Overrides:
toString in class Object

Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.