Administration Console Online Help

 Previous Next Contents Index  

 


Session --> required

Tasks     Additional Documentation     Attributes

Overview

Use this tab to configure required attributes for a session bean.

Tasks

Using the EJB Deployment Descriptor Editor

Additional Documentation

(Requires an Internet connection.)

Attributes

Attribute Label

Description

Value Constraints

EJB Name

Specify an enterprise bean's name. The name is assigned to the name of the enterprise bean in the ejb-jar file. The name must be uhnjique among the names of the enterprise beans in the same ejb-jar file.

Attribute: EJBName

Configurable: yes

Readable: yes

Writable: yes

Home

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

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 Class

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

Attribute: EJBClass

Configurable: yes

Readable: yes

Writable: yes

Session Type

Specify whether the session bean is a stateful session or a stateless session bean.

Attribute: SessionType

Valid values:

  • "Stateful"

  • "Stateless"

Configurable: yes

Readable: yes

Writable: yes

Transaction Type

Specify an enterprise bean's transaction management type.

Attribute: TransactionType

Valid values:

  • "Bean"

  • "Container"

Configurable: yes

Readable: yes

Writable: yes



 

Back to Top Previous Next