NoInternalJBoss.java |
/* * JBoss, the OpenSource J2EE webOS * * Distributable under LGPL license. * See terms of license at gnu.org. */ package org.jboss.test.jmx.internal; import org.jboss.system.ServiceMBeanSupport; /** * An mbean that does expose ServiceMBean's jbossInternalLifecyle. * * @author <a href="adrian@jboss.com">Adrian Brock</a> * @version $Revision: 1.1 $ */ public class NoInternalJBoss extends ServiceMBeanSupport implements NoInternalJBossMBean { }
NoInternalJBoss.java |