public class PooledConnectionFactoryConfiguration extends AbstractUnmanagedConnectionFactoryConfiguration
| Modifier and Type | Field and Description |
|---|---|
static AttributeDefinition<java.lang.String> |
PROPERTY_FILE |
attributes, CONNECTION_URL, DRIVER_CLASS, PASSWORD, USERNAME| Modifier | Constructor and Description |
|---|---|
protected |
PooledConnectionFactoryConfiguration(AttributeSet attributes) |
| Modifier and Type | Method and Description |
|---|---|
AttributeSet |
attributes() |
static AttributeSet |
attributeSet() |
java.lang.Class<? extends ConnectionFactory> |
connectionFactoryClass() |
ElementDefinition |
getElementDefinition() |
java.lang.String |
propertyFile() |
connectionUrl, driverClass, equals, hashCode, password, usernameclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitsubElementspublic static final AttributeDefinition<java.lang.String> PROPERTY_FILE
protected PooledConnectionFactoryConfiguration(AttributeSet attributes)
public static AttributeSet attributeSet()
public ElementDefinition getElementDefinition()
ElementDefinition of the configuration.public java.lang.String propertyFile()
public java.lang.Class<? extends ConnectionFactory> connectionFactoryClass()
public AttributeSet attributes()
AttributeSet declared by the configuration.