4 Replies Latest reply on May 1, 2003 5:25 PM by hildo

    Using JMX a read list of user names

    hildo

      I'm designing an EJB application which, for one point, allows a user to assign a task to a system user. I'd like to provide a list of known system users to the client.

      Given that the Container is in charge of defining system users, I'd like to be able to use the JMX objects to retrieve a list of valid system users (whose String name value would be used in the assignment logic).

      Is there an example of how to access the JMX code from within the EJB Application to access this data?

      Thanks,
      Ed