Searched refs:Parent1 (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/javax/management/MBeanInfo/
H A DTooManyFooTest.java70 public interface Parent1 { interface in class:TooManyFooTest
71 public int foo(); // Both in Parent1 and Parent2
72 public Integer barfoo(); // Subtype in Parent1, Super type in Parent2
73 public Long foobar(); // Subtype in Parent1 & MBean, Super type in
75 public Number toofoo(); // Subtype in Parent1, Super type in Parent2
77 public Object toofoofoo(); // Super type in Parent1, Subtype in Parent2,
82 public int foo(); // Both in Parent1 and Parent2
90 public interface ChildMBean extends Parent1, Parent2 {
95 public interface ChildMXBean extends Parent1, Parent2 {

Completed in 29 milliseconds