1 Reply Latest reply on Mar 12, 2003 11:44 PM by adrian.brock

    problem with getNotificationIDs

    nr_sujit

      Hi,
      I have a servlet..which restricts user(by a return)
      if the listner
      (registered at Timer MBean ) still not finished its job
      to restrict the user, i have to get the number of timer notifications registered into the list of notifications.

      i want to use getNotificationIds("type")..
      but call to this method hangs till listner finished its job..i do not want so..
      i am using weblogic 7.0
      can u help me out ?