Is it possible for a client to pass an RMI object as an argument to an EJB so that the EJB may callback the client?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You’d need to pass the connection details in the call to the EJB and have the EJB make a connection to the client-side RMI server.
My advise would be to use messaging and a temporary queue for the asynchronous behaviour it sounds like you’re trying to achieve…