Administration Console Online Help

 Previous Next Contents Index  

 


EJBLocal Ref --> Configuration

Tasks     Additional Documentation     Attributes

Overview

Use this tab to configure the a reference to the enterprise bean's local home.

Tasks

Using the EJB Deployment Descriptor Editor

Additional Documentation

(Requires an Internet connection.)

Attributes

Attribute Label

Description

Value Constraints

Description

Provide text that describes the parent element.

Attribute: Description

Configurable: yes

Readable: yes

Writable: yes

EJBRef Name

Provide the unique name of an EJB reference which is an entry in the enterprise bean's environment and is relative to the java:comp/env context.

Attribute: EJBRefName

Configurable: yes

Readable: yes

Writable: yes

EJBRef Type

Provide the expected type of the enterprise bean that is being referenced.

Attribute: EJBRefType

Valid values:

  • "Entity"

  • "Session"

Readable: yes

Writable: yes

Local Home

Provide the fully-qualified name of the enterprise bean's local home interface.

Attribute: LocalHome

Configurable: yes

Readable: yes

Writable: yes

Local

Provide the fully-qualified name of the enterprise bean's local interface.

Attribute: Local

Configurable: yes

Readable: yes

Writable: yes

EJBLink

Specify that an EJB reference is linked to an enterprise bean. The value must be the ejb-name of an enterprise bean in the same ejb-jar file in the same J2EE application.

Attribute: EJBLink

Configurable: yes

Readable: yes

Writable: yes



 

Back to Top Previous Next