Searched defs:MyThings (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/javax/management/monitor/
H A DDerivedGaugeMonitorTest.java57 public static class MyThings implements Things, Serializable { class in class:DerivedGaugeMonitorTest
69 public MyThings() { method in class:DerivedGaugeMonitorTest.MyThings
73 protected MyThings(boolean mutable) { method in class:DerivedGaugeMonitorTest.MyThings
103 final MyThings other = (MyThings)super.clone();
113 private final MyThings things = new MyThings(true);

Completed in 30 milliseconds