| WebModuleMBean.java |
/*
* JBoss, the OpenSource J2EE webOS
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
*/
package org.jboss.web;
import org.jboss.system.ServiceMBean;
/** The standard mbean service interface for the WebModule
* @author Scott.Stark@jboss.org
* @version $Revison:$
*/
public interface WebModuleMBean extends ServiceMBean
{
}
| WebModuleMBean.java |