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

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

Documentation
	

	  The resource-env-refType is used to define
	  resource-env-type elements.  It contains a declaration of a
	  Deployment Component's reference to an administered object
	  associated with a resource in the Deployment Component's
	  environment.  It consists of an optional description, the
	  resource environment reference name, and an indication of
	  the resource environment reference type expected by the
	  Deployment Component code.

	  Example:

	  <resource-env-ref>
	      <resource-env-ref-name>jms/StockQueue
	      </resource-env-ref-name>
	      <resource-env-ref-type>javax.jms.Queue
	      </resource-env-ref-type>
	  </resource-env-ref>

	  
      
Properties
This component is not nillable.

Model
<...
  id = xsd:ID>
(description*, resource-env-ref-name, resource-env-ref-type )
</...>


Nested Element Summary
j2ee:descriptionTypedescription
          
j2ee:jndi-nameTyperesource-env-ref-name
          The resource-env-ref-name element specifies the name of a resource environment reference; its value is the environment entry name used in the Deployment Component code. 
j2ee:fully-qualified-classTyperesource-env-ref-type
          The resource-env-ref-type element specifies the type of a resource environment reference. 

Attribute Summary
 xsd:IDid
          

Attribute Detail

id

Type:
xsd:ID
Use:
optional
Form:
unqualified

Local Usage
jndiEnvironmentRefsGroup

Source
<xsd:complexType name="resource-env-refType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="description" type="j2ee:descriptionType"/>
<xsd:element name="resource-env-ref-name" type="j2ee:jndi-nameType">
</xsd:element>
<xsd:element name="resource-env-ref-type" type="j2ee:fully-qualified-classType">
</xsd:element>
</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.