Hello!!
I have a POJO web service A that whenever is called, it instantiates a class. This class runs continuously doing some things and I want somehow to be able to stop it or check what instances of A are currently running. Is this somehow possible programmaticaly?
Ideally I would like to call another web service B that will report what instances of A are running and would offer me a method to stop A's instances.
Thanks in advance