Administration Console Online Help

 Previous Next Contents Index  

 


Session --> required --> Configuration

Tasks     Additional Documentation     Attributes

Overview

Use this tab in the Administration Console to configure the required information 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

Local

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

Attribute: Local

Configurable: yes

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

EJB Class

Provide the fully-qualified name of the entrprise 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.

Attribute: SessionType

Valid values:

  • "Stateful"

  • "Stateless"

Configurable: yes

Readable: yes

Writable: yes

Transaction Type

Specify an enterprise bean's transaction management type.

Attribute: TransactionType

Configurable: yes

Readable: yes

Writable: yes



 

Back to Top Previous Next