uCosminexus Application Server, EJB Container Functionality Guide

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

2.17.4 Defining the annotation used for asynchronous invocation

When executing an asynchronous invocation, specify the @Asynchronous annotation for a business method or a class of the Session Bean. If you specify the @Asynchronous annotation in a class, it is considered that the @Asynchronous annotation is specified for all the business methods in the class.

The request from the client machine sent by specifying the @Asynchronous annotation is executed with a new thread as a Daemon thread.