JoltConnectionPool
Description
This bean defines a Jolt connection pool.
Syntax
<JoltConnectionPool ApplicationPassword="String DeploymentOrder="number FailoverAddresses="list of Strings MaximumPoolSize="number MinimumPoolSize="number Name="String Notes="String PrimaryAddresses="list of Strings RecvTimeout="number SecurityContextEnabled=( "true" | "false" ) Targets="list of Target names Type="String UserName="String UserPassword="String UserRole="String
/>
Parent Elements
Attributes
ApplicationPassword Defines the application password for this connection pool. Admin Console field label: Application PasswordRequired: noEncrypted: yesSecure value: null DeploymentOrder A priority that the server uses to determine when it deploys an item. The priority is relative to other deployable items of the same type. For example, the server prioritizes and deploys all EJBs before it prioritizes and deploys startup classes.Items with the lowest Deployment Order value are deployed first. There is no guarantee on the order of deployments with equal Deployment Order values. There is no guarantee of ordering across clusters. Default: 1000Minimum: 0Maximum: 231-1 FailoverAddresses Defines a list of addresses used if connections defined by the primary addresses cannot be established or fail. Admin Console field label: Failover AddressesRequired: no MaximumPoolSize Defines the maximum number of connections that can be made from the Jolt connection pool. Admin Console field label: Maximum Pool SizeDefault: 1 MinimumPoolSize Defines the minimun number of connections to be added to the Jolt connection pool when WebLogic Server starts. Admin Console field label: Minimum Pool SizeDefault: 0 Name The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. Admin Console field label: NameRequired: no Notes Optional information that you can include to describe this configuration. Admin Console field label: NotesRequired: no PrimaryAddresses Defines a list of primary addresses used to establish a connection between the Jolt connection pool and Tuxedo. Admin Console field label: Primary AddressesRequired: no RecvTimeout Defines the amount of time the client waits to receive a response before timing out. Admin Console field label: Recv TimeoutDefault: 0 SecurityContextEnabled Defines state the security context for this connection pool. If selected (set to true), security context is enabled. Admin Console field label: Security Context EnabledDefault: falseSecure value: true Targets The targets in the current domain on which this item can be deployed. Admin Console field label: TargetsRequired: no Type Returns the type of the MBean. Required: no UserName Defines the user name for this connection pool. Admin Console field label: User NameRequired: no UserPassword Defines the user password for this connection pool. Admin Console field label: User PasswordRequired: noEncrypted: yes UserRole Defines the user role for this connection pool. Admin Console field label: User RoleRequired: no