BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType connector-componentType

Super Types
{http://www.bea.com/ns/weblogic/90/domain}connector-componentType (extension)

Documentation
Corresponds to ConnectorComponentMBean
Properties
This component is not nillable.

Model
<...>
(connection-profiling-enabled?, authentication-mechanisms?, ra-link-ref? )
</...>


Nested Element Summary
xs:stringauthentication-mechanisms
          
xs:booleanconnection-profiling-enabled
          The flag that indicates whether to store connection call stacks. 
xs:stringra-link-ref
          The Resource Adapter Link reference @transient. 
Source
<xs:complexType name="connector-componentType">
<xs:complexContent>
<xs:extension base="dom:componentType">
<xs:sequence>
<xs:element minOccurs="0" name="connection-profiling-enabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="authentication-mechanisms" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="ra-link-ref" nillable="true" type="xs:string">
</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