1 22 package org.jboss.test.classloader.circularity; 23 24 import org.jboss.system.ServiceMBean; 25 26 30 public interface StarterMBean extends ServiceMBean 31 { 32 public void testClassCircularityError() throws Exception ; 33 public void testDuplicateClass() throws Exception ; 34 public void testUCLOwner() throws Exception ; 35 public void testLoading() throws Exception ; 36 public void testMissingSuperClass() throws Exception ; 37 public void testPackageProtected() throws Exception ; 38 public void testLinkageError() throws Exception ; 39 public void testDeadlockCase1() throws Exception ; 40 public void testRecursiveLoadMT() throws Exception ; 41 } 42 | Popular Tags |