Have you tried using list(String name) in javax.naming.Context ? public NamingEnumeration list(String name) throws NamingException Enumerates the names bound in the named context, along with the class names of objects bound to them. See list(Name) for details.
Rgds, -Paul > -----Original Message----- > From: A mailing list for Enterprise JavaBeans development > [mailto:EJB-INTEREST@;JAVA.SUN.COM]On Behalf Of Leonardo Momo Pedrosa > Sent: Friday, October 18, 2002 10:02 AM > To: [EMAIL PROTECTED] > Subject: Deployed Beans > > > Hi > Does anybody knows how to create a program that connects to a given weblogic > 6.1 and then retrieve a list of all Deployed beans ? Do I have to use MBean > ? > > thanks in advance > > Leo =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
