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:
Configurable: yes
Readable: yes
Writable: yes
|
Transaction Type
|
Specify an enterprise bean's transaction management type.
Attribute: TransactionType
|
Valid values:
Configurable: yes
Readable: yes
Writable: yes
|