| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |
{http://www.bea.com/ns/weblogic/90/domain}jolt-connection-poolType (extension)
Corresponds to JoltConnectionPoolMBean
Nested Element Summary | |
xs:string | application-password-encrypted |
xs:string | failover-address The list of Jolt Server Listeners (JSLs) addresses that is used if the connection pool cannot estabilish connections to the Primary Addresses, or if the primary connections fail. |
| maximum-pool-size The maximum number of connections that can be made from this Jolt connection pool. |
| minimum-pool-size The minimum number of connections to be added to this Jolt connection pool when WebLogic Server starts. |
xs:string | primary-address The list of addresses for the primary Jolt Server Listeners (JSLs) on the Tuxedo system. |
| recv-timeout The number of seconds the client waits to receive a response before timing out. |
xs:boolean | security-context-enabled Indicates whether this Jolt connection pool passes the connection pool's security context (user name, password and other information) from the WebLogic Server user to the Tuxedo domain. |
xs:string | user-name A user name that applications specify to connect to this Jolt connection pool. |
xs:string | user-password-encrypted |
xs:string | user-role The Tuxedo user role for this Jolt connection pool. |
<xs:complexType name="jolt-connection-poolType"><xs:complexContent></xs:complexType><xs:extension base="dom:deploymentType"></xs:complexContent><xs:sequence></xs:extension><xs:element maxOccurs="unbounded" minOccurs="0" name="primary-address" nillable="true" type="xs:string">
</xs:element><xs:element maxOccurs="unbounded" minOccurs="0" name="failover-address" nillable="true" type="xs:string">
</xs:element><xs:element minOccurs="0" name="minimum-pool-size" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="0"/><xs:maxInclusive value="2147483647"/></xs:restriction><xs:element minOccurs="0" name="maximum-pool-size" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="1"/><xs:maxInclusive value="2147483647"/></xs:restriction><xs:element minOccurs="0" name="user-name" nillable="true" type="xs:string">
</xs:element><xs:element minOccurs="0" name="user-password-encrypted" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="application-password-encrypted" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="user-role" nillable="true" type="xs:string">
</xs:element><xs:element minOccurs="0" name="security-context-enabled" nillable="false" type="xs:boolean">
</xs:element><xs:element minOccurs="0" name="recv-timeout" nillable="false"></xs:sequence><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="0"/><xs:maxInclusive value="2147483647"/></xs:restriction>
| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |