Skip navigation.

WebLogic Server Configuration Reference

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents Index View as PDF   Get Adobe Reader

JoltConnectionPool

 


Description

This bean defines a Jolt connection pool.

 


Syntax

<JoltConnectionPool
ApplicationPasswordEncrypted="[B"
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"
UserName="String"
UserPasswordEncrypted="[B"
UserRole="String"
/>

 


Parent Elements

 


Attributes

Table 41-1 JoltConnectionPool attributes

Attribute

Description

Range of Values and Default

ApplicationPasswordEncrypted

The encrypted application password for this connection pool.

Required: no

Encrypted: yes

Secure 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: 1000

Minimum: 0

Maximum: 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 Addresses

Required: no

MaximumPoolSize

Defines the maximum number of connections that can be made from the Jolt connection pool.

Admin Console field label: Maximum Pool Size

Default: 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 Size

Default: 0

Name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Admin Console field label: Name

Required: no

Notes

Optional information that you can include to describe this configuration.

Admin Console field label: Notes

Required: 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 Addresses

Required: no

RecvTimeout

Defines the amount of time the client waits to receive a response before timing out.

Admin Console field label: Recv Timeout

Default: 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 Enabled

Default: false

Secure value: true

Targets

The targets in the current domain on which this item can be deployed.

Admin Console field label: Targets

Required: no

UserName

Defines the user name for this connection pool.

Admin Console field label: User Name

Required: no

UserPasswordEncrypted

The encrypted user password for this connection pool.

Required: no

Encrypted: yes

UserRole

Defines the user role for this connection pool.

Admin Console field label: User Role

Required: no

 

Skip navigation bar  Back to Top Previous Next