Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Choose this template when the referenced remote home interface can be found by searching in your module's EAR (when the module is included in an EAR) or your module's dependencies<dependencies>.

Code Block
XML
XML
borderStylesolid

<ejb-ref>
  <ref-name>name</ref-name>
  <ejb-link>link</ejb-link>
</ejb-ref>

...

Choose this template when the referenced remote home interface can only be found with additional selection criterion. For example, if the remote home interface name is not unique within your module's EAR (when the module is included in an EAR) or your module's dependencies <dependencies> this template will remove any ambiguity.

...

Choose this template when the referenced local home interface can be found by searching in your module's EAR (when the module is included in an EAR) or your module's dependencies<dependencies>.

Code Block
XML
XML
borderStylesolid

<ejb-local-ref>
  <ref-name>name</ref-name>
  <ejb-link>link</ejb-link>
</ejb-local-ref>

...

Choose this template when the referenced remote home interface can only be found with additional selection criterion. For example, if the remote home interface name is not unique within your module's EAR (when the module is included in an EAR) or your module's dependencies <dependencies> this template will remove any ambiguity.

...

Choose this template when the reference is used to find a connection factory that can be found by searching in your module's EAR (when the module is included in an EAR) or your module's dependencies<dependencies>. Typically, this will be a JDBC or JMS connection factory, but it could be any connection factory from a Java EE connector with an <outbound-resourceadapter>.

...

Choose this template when the referenced connection factory can only be found with additional selection criterion. For example, if the connection factory name is not unique within your module's EAR (when the module is included in an EAR) or your module's dependencies <[dependencies> this template will remove any ambiguity.

...

Choose this template when the reference is used to find an administered object that can be found by searching in your module's EAR (when the module is included in an EAR) or your module's dependencies<dependencies>.

Code Block
XML
XML
borderStylesolid

<resource-env-ref>
  <ref-name>name</ref-name>
  <!--
  <admin-object-module>module</admin-object-module>
  -->
  <admin-object-link>link</admin-object-link>
</resource-env-ref>

...

Choose this template when the referenced administered object can only be found with additional selection criterion. For example, if the administered object name is not unique within your module's EAR (when the module is included in an EAR) or your module's dependencies<dependencies>, this template will remove any ambiguity.

...