Do I have to use RMI
Hi
In my application I need to expose a class which needs to continously run in the background(in a seperate thread). I need to access methods in the constantly running class from other classes in the same application. The application is a single box application and not distributed. What is the best way of implementing this? Is RMI a good way of doing this?

