user manual

Chapter 34: ra-borland.xml 415
DTD
<!ELEMENT ra-link-ref (#PCDATA)>
<!--
The ra-libraries element identifies the directory location to be
used for all native libraries present in this resource adapter
deployment. As part of deployment processing, all encountered
native libraries will be copied to the location specified.
It is the responsibility of the Administrator to perform the necessary
platform actions such that these libraries will be found at runtime.
This is a required element IF native libraries are present.
-->
<!ELEMENT ra-libraries (#PCDATA)>
<!--
The pool-parameters element is the root element for providing Connection
Pool specific parameters for this Connection Factory.
VisiConnect will use these specifications in controlling the behavior
of the maintained pool of Managed Connections.
This is an optional element.Failure to specify this element or any
of its specific element items will result in default values being
assigned. Refer to the description of each individual element for
the designated default value.
-->
<!ELEMENT pool-parameters (initial-capacity?, maximum-capacity?,
capacity-delta?, cleanup-enabled?, cleanup-delta?)>
<!--
The initial-capacity element identifies the initial number of managed
connections which VisiConnect will attempt to obtain during deployment.
This is an optional element.
Failure to specify this value will result in VisiConnect using its
defined default value.
Default Value: 1
-->
<!ELEMENT initial-capacity (#PCDATA)>
<!--
The maximum-capacity element identifies the maximum number of
managed connections which VisiConnect will allow.Requests for newly
allocated managed connections beyond this limit will result in a
ResourceAllocationException being returned to the caller.
This is an optional element.