/***************************************
 *                                     *
 *  JBoss: The OpenSource J2EE WebOS   *
 *                                     *
 *  Distributable under LGPL license.  *
 *  See terms of license at gnu.org.   *
 *                                     *
 ***************************************/

package org.jboss.iiop;

import javax.management.ObjectName;

import org.jboss.mx.util.ObjectNameFactory;

/**
 * Mbean interface for the JBoss CORBA naming service.
 *      
 * @author <a href="mailto:reverbel@ime.usp.br">Francisco Reverbel</a>
 * @version $Revision: 1.5 $
 */
public interface CorbaNamingServiceMBean
   extends org.jboss.system.ServiceMBean
{
   public String list();
}