Hi,

On Wed, 22 Aug 2001, Andreas Schaefer wrote:

> When a client of an EJB can use RMI to access an EJB is it
> then also true that the EJB can use an RMI callback object
> (sent by the client) to send information back to the client ?
 
It depends on the client. If the client is multithreaded, then the EJB can
invoke a callback object. 

The client must be a server in order to export its callback object, right?

If it is an RMI server built the usual way, then it is multithreaded, and
callback invocations should work fine. But if the EJB is accessible via
IIOP and the client is a single-threaded CORBA server, then a callback
invocation will deadlock.

Regards,

Francisco


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to