Tuesday, October 12, 2010

Asynchronous method invocation

Its in Java EE 6. Its in EJB 3.1. Caller does not wait for the called object to return , that is the method invocation happens in asynchronous mode.
http://en.wikipedia.org/wiki/Asynchronous_method_invocation?wwparam=1284477244

No comments: