12 Replies Latest reply on Apr 26, 2012 7:19 AM by spyhunter99

    How to monitor executing WS?

    kondylak

      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