A B C G I P S U 
All Classes All Packages

A

appliesTo(Properties, System, Properties) - Method in class io.helidon.service.configuration.ucp.UCPServiceConfigurationProvider
Deprecated.
Returns true if this UCPServiceConfigurationProvider is relevant in the configuration space described by the supplied properties, System and coordinates.

B

buildFor(Set<? extends System>, Properties) - Method in class io.helidon.service.configuration.ucp.UCPServiceConfigurationProvider
Deprecated.
Overrides the ServiceConfigurationProvider.buildFor(Set, Properties) method to ensure that there is an authoritative System and then, if so, calls the appliesTo(Properties, io.helidon.service.configuration.api.System, Properties) method, and, if that returns true, then calls the create(Properties, io.helidon.service.configuration.api.System, Properties) method and returns its result.

C

coordinates - Variable in class io.helidon.service.configuration.ucp.UCPServiceConfiguration
Deprecated.
A Properties instance representing the meta-properties in effect at the time this UCPServiceConfiguration was constructed.
create(Properties, System, Properties) - Method in class io.helidon.service.configuration.ucp.UCPServiceConfigurationProvider
Deprecated.
Creates and returns a new UCPServiceConfiguration.

G

getDataSourceProperty(Properties, System, Properties, String, String) - Method in class io.helidon.service.configuration.ucp.UCPServiceConfigurationProvider
Deprecated.
Returns the value of a property found in the properties parameter value, or, failing that, in the supplied System's properties, or, failing that, in the supplied coordinates parameter value, that applies to the data source identified by the supplied dataSourceName parameter, taking into account the prefix.
getPrefix() - Method in class io.helidon.service.configuration.ucp.UCPServiceConfigurationProvider
Deprecated.
Returns the prefix with which relevant property names will start.
getProperty(String, String) - Method in class io.helidon.service.configuration.ucp.UCPServiceConfiguration
Deprecated.
Returns a value for the property described by the supplied propertyName, or the value of the supplied defaultValue parameter if no such property value exists.
getPropertyNames() - Method in class io.helidon.service.configuration.ucp.UCPServiceConfiguration
Deprecated.
Returns an unmodifiable and unchanging Set of Strings representing the names of properties whose values may be retrieved with the UCPServiceConfiguration.getProperty(String, String) method.

I

installDataSourceProperties(Properties, System, Properties, String) - Method in class io.helidon.service.configuration.ucp.UCPServiceConfigurationProvider
Deprecated.
Installs any discoverable properties that might exist that pertain to the data source identified by the supplied dataSourceName into the supplied target Properties object, optionally using the supplied system and coordinates objects in the process.
io.helidon.service.configuration.ucp - package io.helidon.service.configuration.ucp
Provides classes and interfaces for automatically discovering service configuration information relevant to Oracle Universal Connection Pool componentry.

P

properties - Variable in class io.helidon.service.configuration.ucp.UCPServiceConfiguration
Deprecated.
A Properties instance supplied at construction time containing the property values that will ultimately be returned by the default implementation of the UCPServiceConfiguration.getPropertyNames() and UCPServiceConfiguration.getProperty(String, String) methods.

S

system - Variable in class io.helidon.service.configuration.ucp.UCPServiceConfiguration
Deprecated.
The System that was determined to be the authoritative System at the time this UCPServiceConfiguration was constructed.

U

UCPServiceConfiguration - Class in io.helidon.service.configuration.ucp
Deprecated.
This class is slated for removal.
UCPServiceConfiguration(Properties, System, Properties) - Constructor for class io.helidon.service.configuration.ucp.UCPServiceConfiguration
Deprecated.
UCPServiceConfigurationProvider - Class in io.helidon.service.configuration.ucp
Deprecated.
This class is slated for removal.
UCPServiceConfigurationProvider() - Constructor for class io.helidon.service.configuration.ucp.UCPServiceConfigurationProvider
Deprecated.
A B C G I P S U 
All Classes All Packages