Class ManagedConnectionFactoryConfiguration
- java.lang.Object
-
- org.infinispan.persistence.jdbc.configuration.ManagedConnectionFactoryConfiguration
-
- All Implemented Interfaces:
BaseConfigurationInfo,ConfigurationInfo,ConnectionFactoryConfiguration
public class ManagedConnectionFactoryConfiguration extends java.lang.Object implements ConnectionFactoryConfiguration, ConfigurationInfo
ManagedConnectionFactoryConfiguration.- Since:
- 5.2
- Author:
- Tristan Tarrant
-
-
Field Summary
Fields Modifier and Type Field Description static AttributeDefinition<java.lang.String>JNDI_URL
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributeSetattributes()static AttributeSetattributeSet()java.lang.Class<? extends ConnectionFactory>connectionFactoryClass()booleanequals(java.lang.Object o)ElementDefinitiongetElementDefinition()inthashCode()java.lang.StringjndiUrl()java.lang.StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.infinispan.commons.configuration.ConfigurationInfo
subElements
-
-
-
-
Field Detail
-
JNDI_URL
public static final AttributeDefinition<java.lang.String> JNDI_URL
-
-
Method Detail
-
attributeSet
public static AttributeSet attributeSet()
-
getElementDefinition
public ElementDefinition getElementDefinition()
- Specified by:
getElementDefinitionin interfaceBaseConfigurationInfo- Returns:
- the
ElementDefinitionof the configuration.
-
jndiUrl
public java.lang.String jndiUrl()
-
connectionFactoryClass
public java.lang.Class<? extends ConnectionFactory> connectionFactoryClass()
- Specified by:
connectionFactoryClassin interfaceConnectionFactoryConfiguration
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
attributes
public AttributeSet attributes()
- Specified by:
attributesin interfaceBaseConfigurationInfo- Returns:
- the
AttributeSetdeclared by the configuration.
-
-