Previous Next vertical dots separating previous/next from contents/index/pdf

http://java.sun.com/xml/ns/j2ee
complexType resource-refType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://java.sun.com/xml/ns/j2ee}resource-refType (restriction)

Documentation
	

	  The resource-refType contains a declaration of a
	  Deployment Component's reference to an external resource. It
	  consists of an optional description, the resource manager
	  connection factory reference name, the indication of the
	  resource manager connection factory type expected by the
	  Deployment Component code, the type of authentication
	  (Application or Container), and an optional specification of
	  the shareability of connections obtained from the resource
	  (Shareable or Unshareable).

	  Example:

	  <resource-ref>
	      <res-ref-name>jdbc/EmployeeAppDB</res-ref-name>
	      <res-type>javax.sql.DataSource</res-type>
	      <res-auth>Container</res-auth>
	      <res-sharing-scope>Shareable</res-sharing-scope>
	  </resource-ref>

	  
      
Properties
This component is not nillable.

Model
<...
  id = xsd:ID>
(description*, res-ref-name, res-type, res-auth, res-sharing-scope? )
</...>


Nested Element Summary
j2ee:descriptionTypedescription
          
j2ee:res-authTyperes-auth
          
j2ee:jndi-nameTyperes-ref-name
          The res-ref-name element specifies the name of a resource manager connection factory reference. 
j2ee:res-sharing-scopeTyperes-sharing-scope
          
j2ee:fully-qualified-classTyperes-type
          The res-type element specifies the type of the data source. 

Attribute Summary
 xsd:IDid
          

Attribute Detail

id

Type:
xsd:ID
Use:
optional
Form:
unqualified

Local Usage
jndiEnvironmentRefsGroup

Source
<xsd:complexType name="resource-refType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="description" type="j2ee:descriptionType"/>
<xsd:element name="res-ref-name" type="j2ee:jndi-nameType">
</xsd:element>
<xsd:element name="res-type" type="j2ee:fully-qualified-classType">
</xsd:element>
<xsd:element name="res-auth" type="j2ee:res-authType"/>
<xsd:element minOccurs="0" name="res-sharing-scope" type="j2ee:res-sharing-scopeType"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID"/>
</xsd:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.

 

Skip navigation bar   Back to Top