public final class DefaultConnectionFactoryPropertySource extends AbstractPropertySource<DefaultConnectionFactory>
DefaultConnectionFactory and returns an initialized object of that
type.PropertySource.PropertyDomain| Modifier and Type | Field and Description |
|---|---|
private static DefaultConnectionFactoryPropertyInvoker |
INVOKER
Invoker for connection factory.
|
extraProps, logger, object, properties, PROPERTIES_FILE, propertiesDomain| Constructor and Description |
|---|
DefaultConnectionFactoryPropertySource(DefaultConnectionFactory cf)
Creates a new default connection factory property source using the default properties file.
|
DefaultConnectionFactoryPropertySource(DefaultConnectionFactory cf,
java.util.Properties props)
Creates a new default connection factory property source.
|
DefaultConnectionFactoryPropertySource(DefaultConnectionFactory cf,
PropertySource.PropertyDomain domain,
java.util.Properties props)
Creates a new default connection factory property source.
|
DefaultConnectionFactoryPropertySource(DefaultConnectionFactory cf,
java.io.Reader... readers)
Creates a new default connection factory property source.
|
DefaultConnectionFactoryPropertySource(DefaultConnectionFactory cf,
java.lang.String... paths)
Creates a new default connection factory property source.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.Set<java.lang.String> |
getProperties()
Returns the property names for this property source.
|
void |
initialize()
Initializes the object for this property source.
|
initializeObject, loadProperties, loadPropertiesprivate static final DefaultConnectionFactoryPropertyInvoker INVOKER
public DefaultConnectionFactoryPropertySource(DefaultConnectionFactory cf)
cf - connection factory to invoke properties onpublic DefaultConnectionFactoryPropertySource(DefaultConnectionFactory cf, java.lang.String... paths)
cf - connection factory to invoke properties onpaths - to read properties frompublic DefaultConnectionFactoryPropertySource(DefaultConnectionFactory cf, java.io.Reader... readers)
cf - connection factory to invoke properties onreaders - to read properties frompublic DefaultConnectionFactoryPropertySource(DefaultConnectionFactory cf, java.util.Properties props)
cf - connection factory to invoke properties onprops - to read properties frompublic DefaultConnectionFactoryPropertySource(DefaultConnectionFactory cf, PropertySource.PropertyDomain domain, java.util.Properties props)
cf - connection factory to invoke properties ondomain - that properties are inprops - to read properties frompublic void initialize()
PropertySourcepublic static java.util.Set<java.lang.String> getProperties()