Asynchronous EJB methods

Asynchronous EJB methods enable EAServer clients to make asynchronous calls to EJB methods running in EAServer. Asynchronous methods must have a void return type, and must be subclassed from the component (not final methods).