1.

Is It Possible To Stop The Execution Of A Method Before Completion In A Sessionbean?

Answer»

Stopping the EXECUTION of a method inside a Session BEAN is not possible without WRITING CODE inside the Session Bean. This is because you are not allowed to access Threads inside an EJB.

Stopping the execution of a method inside a Session Bean is not possible without writing code inside the Session Bean. This is because you are not allowed to access Threads inside an EJB.



Discussion

No Comment Found