Administration Console Online Help

 Previous Next Contents Index  

 


Environment Entry --> required

Tasks     Additional Documentation     Attributes

Overview

Use this tab to declare an enterprise bean's required environment entries.

Tasks

Using the EJB Deployment Descriptor Editor

Additional Documentation

(Requires an Internet connection.)

Attributes

Attribute Label

Description

Value Constraints

Env Entry Name

Specify the name of an enterprise bean's environment entry.

Attribute: EnvEntryName

Configurable: yes

Readable: yes

Writable: yes

Env Entry Type

Specify the fully-qualified Java type of the environment entry value that is expected by the enterprise bean's code.

Attribute: EnvEntryType

Valid values:

  • "java.lang.Boolean"

  • "java.lang.String"

  • "java.lang.Integer"

  • "java.lang.Double"

  • "java.lang.Byte"

  • "java.lang.Short"

  • "java.lang.Long"

  • "java.lang.Float"

  • "java.lang.Character"

Configurable: yes

Readable: yes

Writable: yes



 

Back to Top Previous Next