Muraly R wrote:

Hi Gurus,
    I like to know the following from the client application:
1. List beans currently in the EJB Server.
2. List registered JNDI names.
3. List system properties currently used by the EJB Server.

Is there any API exposed for client application to use and list out.

Your API is JMX. You need to call the appropriate MBeans of the JMX implementation in your client. They should provide all requested information. Just have a look at the JMX console.


-marek



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to