0 Replies Latest reply on Jan 28, 2005 10:19 AM by mario202

    Managing / stopping concurrent sessions of a SessionBean

    mario202

      Hi

      I have developed a J2EE application which I now need to extend with a detail admin process/session handling on one SessionBean.

      My requirements are:
      A web-page with a list of all concurrent sessions of a specific SessionBean (e.g. TravelAgentBean)
      The possibility to kill one of the listed sessions

      My question:
      How can I get a collection of all concurrent sessions from a specific SessionBean within my EAR application? (if possible with a sample)
      How can I kill / stop one of these concurrent sessions? (if possible with a sample)

      I have study a lot about JMX / MBeans but I didn?t found a sample-solution.

      Thanks!