Skip to content
This repository was archived by the owner on Jan 28, 2019. It is now read-only.

Latest commit

 

History

History
23 lines (17 loc) · 736 Bytes

File metadata and controls

23 lines (17 loc) · 736 Bytes

type=page status=published title=Using Asynchronous Method Invocation in Session Beans next=ejb-async001.html prev=ejb-embedded003.html ~~ Using Asynchronous Method Invocation in Session Beans

39 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:

* link:ejb-async001.html#GKKQG[Asynchronous Method Invocation]
* link:ejb-async002.html#GKIEZ[The async Example Application]