uCosminexus Application Server, API Reference Guide

[Contents][Index][Back][Next]

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 name Function
name Specify Stateful Session Bean name.
mappedName You can specify the element, but you cannot run elements on Cosminexus because Cosminexus does not support elements.
description Specify 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
""