bea.com | products | dev2dev | support | askBEA
 Download Docs   Site Map   Glossary 
Search

WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

JoltConnectionPool

Description

This bean defines a Jolt connection pool.

Syntax

<!ELEMENT JoltConnectionPool EMPTY >
<!ATTLIST JoltConnectionPool
   ApplicationPassword        CDATA                    #IMPLIED
   DeploymentOrder            CDATA                    "1000"
   FailoverAddresses          CDATA                    #IMPLIED
   MaximumPoolSize            CDATA                    "1"
   MinimumPoolSize            CDATA                    "0"
   Name                       CDATA                    #REQUIRED
   Notes                      CDATA                    #IMPLIED
   PrimaryAddresses           CDATA                    #IMPLIED
   RecvTimeout                CDATA                    "0"
   SecurityContextEnabled     (true | false)           "false"
   Targets                    CDATA                    #IMPLIED
   UserName                   CDATA                    #IMPLIED
   UserPassword               CDATA                    #IMPLIED
   UserRole                   CDATA                    #IMPLIED
>

Parent Elements

The JoltConnectionPool element is a child of the Domain element.

Attributes

Table 43-1 JoltConnectionPoolMBean Element Attributes

Attribute

Description

Range of Values and Default

Console Label

Application-Password

Defines the application password for this connection pool.


Application Password

Deployment-Order

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 startup classes before it prioritizes and deploys EJBs.

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: 2147483647

Deployment Order

Failover-Addresses

Defines a list of addresses used if connections defined by the primary addresses cannot be established or fail.


Failover Addresses

Maximum-Pool-Size

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

Default: 1

Maximum Pool Size

Minimum-Pool-Size

Defines the minimun number of connections to be added to the Jolt connection pool when WebLogic Server starts.

Default: 0

Minimum Pool Size

Name

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


Name

Notes

Optional information that you can include to describe this configuration.


Notes

Primary-Addresses

Defines a list of primary addresses used to establish a connection between the Jolt connection pool and Tuxedo.


Primary Addresses

Recv-Timeout

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

Default: 0

Recv Timeout

Security-Context-Enabled

Defines state the security context for this connection pool. If selected (set to true), security context is enabled.

Default: false

Security Context Enabled

Targets

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


Targets

User-Name

Defines the user name for this connection pool.


User Name

User-Password

Defines the user password for this connection pool.


User Password

User-Role

Defines the user role for this connection pool.


User Role


 

 

Back to Top Previous Next