blob: 20249ecff1b7d82b60e0464f271ae62cb7a7377a [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2008, 2010 VMware Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* VMware Inc. - initial contribution
*******************************************************************************/
package org.eclipse.virgo.util.jmx;
import javax.management.MXBean;
import org.eclipse.virgo.util.jmx.ExceptionCleaner;
/**
* This is an interface that extends a @{@link MXBean} annotated interface for testing the {@link ExceptionCleaner} aspect.
* <p />
*
*/
//FIXME Bug 463462 - Move back to test source folder when we know how to weave test classes
public interface JmxExceptionCleanerExtensionTestInterface extends JmxExceptionCleanerTestInterface {
public void unCaughtMethod() throws Exception;
}