2.4.25 @Stateful

Organization of this subsection
(1) Description
(2) Element

(1) Description

Set in Stateful Session Bean class.

(2) Element

The following table lists the elements of @Stateful:

Element nameFunction
nameSpecify Stateful Session Bean name.
mappedNameYou can specify the element, but you cannot run elements on Cosminexus because Cosminexus does not support elements.
descriptionSpecify the description of Stateful Session Bean.

The details of each element are as follows:

(a) name element
Type
String
Description
Specify Stateful Session Bean name.
Default value
Class name excluding Stateful Session Bean package
(b) mappedName element
Type
String
Description
Specify the alias of Stateful Session Bean.
Default value
None
(c) description element
Type
String
Description
Specify the description of Stateful Session Bean.
Default value
""