ConfigProperty

The config property contains a declaration of a singleconfig property for a ManagedConnectionFactory instance.Each ManagedConnectionFactory instance creates connections to a specific EIS instance based on the properties configured on the ManagedConnectionFactory instance. The configurable properties are specified only once in the deployment descriptor, even though a resource adapter can be used to configure multiple ManagedConnnection-Factory instances (that create connections to different instances of the same EIS).The declaration consists of an optional description, name, typeand an optional value of the config property. If the resourceadapter provider does not specify a value than the deployer isresponsible for providing a valid value for a config property.Any bounds or well-defined values of properties should be described in the description.



 

Attributes Summary

description  
name Contains the name of a config property.
type Contains the fully qualified Java type of a config property as required by ManagedConnection-Factory instance.
value Contains the value of a config entry.

 

Attribute Details


description

 

Data type:   String
Default value:   unspecified



name

Contains the name of a config property.The connector architecture defines a set of well-defined properties all of type java.lang.String. These are as follows: ServerName PortNumber UserName Password ConnectionURLA resource adapter provider can extend this property set to include properties specific to the resource adapter and its underlying EIS.

Data type:   String
Default value:   unspecified



type

Contains the fully qualified Java type of a config property as required by ManagedConnection-Factory instance.The following are the legal values of config-property-type: java.lang.Boolean, java.lang.String, java.lang.Integer, java.lang.Double, java.lang.Byte, java.lang.Short, java.lang.Long, java.lang.Float, java.lang.Character

Data type:   String
Default value:   unspecified



value

Contains the value of a config entry.

Data type:   String
Default value:   unspecified