2.4.1 @AccessTimeout

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

(1) Description

Specify the timeout value of the concurrent access of Singleton Session Bean in which the Container Managed Concurrency is set.

(2) Attribute

The following table lists the @AccessTimeout attributes:

Attribute nameFunctionality
valueSpecify the time out value.
unitSpecify the unit of the timeout value.

Details of each attribute are as follows:

(a) value attribute
Type
long
Description
Specify the time out value.
Default value
None
(b) unit attribute
Type
TimeUnit
Description
Specify the unit of the timeout value.
Default value
MILLISECONDS