7. Using Asynchronous Method Invocation in Session Beans
This chapter discusses how to implement asynchronous business methods in session beans and call them from enterprise bean clients.
The following topics are addressed here:
Asynchronous Method Invocation
7.1 Asynchronous Method Invocation
Session beans can implement asynchronous methods, business methods where control is returned to the client by the enterprise bean container before the method is invoked on the session bean instance. Clients may then use the ...
Get The Java EE 7 Tutorial, Volume 2, Fifth Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.