I need such a stateless session bean:
At the beginning, I send a "start" command to EJB server, and EJB server creates an instance of the bean and the instance start to do a long process. After a while, I may want to stop that process, which means, I want to send a "stop" command to that instance to stop it, in other words, I want to interrupt that instance. How can I send the "stop" command to the running instance?
Thank you
-
Interrupt a running EJB bean instance (1 messages)
- Posted by: Di He
- Posted on: February 08 2002 17:46 EST
Threaded Messages (1)
- Interrupt a running EJB bean instance by Damian Guy on February 09 2002 01:35 EST
-
Interrupt a running EJB bean instance[ Go to top ]
- Posted by: Damian Guy
- Posted on: February 09 2002 01:35 EST
- in response to Di He
You can't!