/* * JBoss, the OpenSource WebOS * * Distributable under LGPL license. * See terms of license at gnu.org. */ package org.jboss.web.catalina; /** The original 3.2 embedded service mbean interface for backward * compatibility * * @author Scott.Stark@jboss.org * @version $Revision: 1.1.1.1 $ */ public interface EmbeddedCatalinaService41MBean extends org.jboss.web.tomcat.tc4.EmbeddedTomcatServiceMBean { }