BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType wtc-local-tux-domType

Super Types
{http://www.bea.com/ns/weblogic/90/domain}wtc-local-tux-domType (extension)

Documentation
Corresponds to WTCLocalTuxDomMBean
Properties
This component is not nillable.

Model
<...>
(access-point?, access-point-id?, security, connection-policy, conn-principal-name?, retry-interval, max-retries, block-time, nw-addr?, cmp-limit, min-encrypt-bits, max-encrypt-bits, interoperate )
</...>


Nested Element Summary
xs:stringaccess-point
          The unique name used to identify this local Tuxedo access point. 
xs:stringaccess-point-id
          The connection principal name used to identify this local Tuxedo access point when attempting to establish a session connection with remote Tuxedo access points. 
 block-time
          The maximum number of seconds this local Tuxedo access point allows for a blocking call. 
 cmp-limit
          The compression threshold this local Tuxedo access point uses when sending data to a remote Tuxedo access point. 
 connection-policy
          The conditions under which this local Tuxedo access point establishes a session connection with a remote Tuxedo access point. 
xs:stringconn-principal-name
          The principal name used to verify the identity of this domain when establishing a connection to another domain. 
 interoperate
          Specifies whether this local Tuxedo access point interoperates with remote Tuxedo access points that are based upon Tuxedo release 6. 
 max-encrypt-bits
          The maximum encryption key length (in bits) this local Tuxedo access point uses when establishing a session connection. 
 max-retries
          The maximum number of times that this local Tuxedo access point tries to establish a session connection to remote Tuxedo access points. 
 min-encrypt-bits
          The minimum encryption key length (in bits) this local Tuxedo access point uses when establishing a session connection. 
xs:stringnw-addr
          The network address and port number of this local Tuxedo access point. 
 retry-interval
          The number of seconds that this local Tuxedo access point waits between automatic connection attempts to remote Tuxedo access points. 
 security
          The type of application security enforced. 
Source
<xs:complexType name="wtc-local-tux-domType">
<xs:complexContent>
<xs:extension base="dom:configurationType">
<xs:sequence>
<xs:element minOccurs="0" name="access-point" nillable="false" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="access-point-id" nillable="false" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="security" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="NONE"/>
<xs:enumeration value="APP_PW"/>
<xs:enumeration value="DM_PW"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="connection-policy" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="ON_DEMAND"/>
<xs:enumeration value="ON_STARTUP"/>
<xs:enumeration value="INCOMING_ONLY"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="conn-principal-name" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="retry-interval" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:long">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="2147483647"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="max-retries" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:long">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="9223372036854775807"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="block-time" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:long">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="2147483647"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="nw-addr" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="cmp-limit" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="2147483647"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="min-encrypt-bits" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="0"/>
<xs:enumeration value="40"/>
<xs:enumeration value="56"/>
<xs:enumeration value="128"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="max-encrypt-bits" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="0"/>
<xs:enumeration value="40"/>
<xs:enumeration value="56"/>
<xs:enumeration value="128"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="interoperate" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="Yes"/>
<xs:enumeration value="No"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation