user manual

312 BES Developers Guide
The ra-borland.xml deployment descriptor DTD
during resizing of the maintained connection pool.
This is an optional element.
Failure to specify this value will result in VisiConnect using its
defined default value.
Default Value: 1
-->
<!ELEMENT capacity-delta (#PCDATA)>
<!--
The cleanup-enabled element indicates whether or not the
Connection Pool should have unused Managed Connections reclaimed
as a means to control system resources.
This is an optional element.
Failure to specify this value will result in VisiConnect using its
defined default value.
Value Range: true|false
Default Value: true
-->
<!ELEMENT cleanup-enabled (#PCDATA)>
<!--
The cleanup-delta element identifies the amount of time the
Connection Pool Management will wait between attempts to reclaim
unused Managed Connections.
This is an optional element.
Failure to specify this value will result in VisiConnect using its
defined default value.
Default Value: 1
-->
<!ELEMENT cleanup-delta (#PCDATA)>
<!--
The logging-enabled element indicates whether or not the log writer
is set for either the ManagedConnectionFactory or ManagedConnection.
If this element is set to true, output generated from either the
ManagedConnectionFactory or ManagedConnection will be sent to the file
specified by the log-filename element.
This is an optional element.