Administration Console Online Help

 Previous Next Contents Index  

 


EJBRef --> Configuration

Tasks     Additional Documentation     Attributes

Overview

Use this tab to declare a reference to another enterprise bean's hoome.

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

EJB Ref Name

Provide the name of an EJB reference. The EJB refernce is an entry in the enterprise bean's environment.

Attribute: EJBRefName

Configurable: yes

Readable: yes

Writable: yes

EJB Ref Type

Provide the type of the referenced enterprise bean.

Attribute: EJBRefType

Valid values:

  • "Entity"

  • "Session"

Readable: yes

Writable: yes

Home

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

Attribute: Home

Configurable: yes

Readable: yes

Writable: yes

Remote

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

Attribute: Remote

Configurable: yes

Readable: yes

Writable: yes

EJB Link

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

Attribute: EJBLink

Configurable: yes

Readable: yes

Writable: yes



 

Back to Top Previous Next