public class SimpleConnectionFactoryConfiguration extends AbstractUnmanagedConnectionFactoryConfiguration
attributes, CONNECTION_URL, DRIVER_CLASS, PASSWORD, USERNAME| Modifier and Type | Method and Description |
|---|---|
AttributeSet |
attributes() |
java.lang.Class<? extends ConnectionFactory> |
connectionFactoryClass() |
boolean |
equals(java.lang.Object o) |
ElementDefinition |
getElementDefinition() |
int |
hashCode() |
java.lang.String |
toString() |
attributeSet, connectionUrl, driverClass, password, usernameclone, finalize, getClass, notify, notifyAll, wait, wait, waitsubElementspublic AttributeSet attributes()
AttributeSet declared by the configuration.public ElementDefinition getElementDefinition()
ElementDefinition of the configuration.public java.lang.Class<? extends ConnectionFactory> connectionFactoryClass()
public boolean equals(java.lang.Object o)
equals in class AbstractUnmanagedConnectionFactoryConfigurationpublic int hashCode()
hashCode in class AbstractUnmanagedConnectionFactoryConfigurationpublic java.lang.String toString()
toString in class java.lang.Object