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

/openjdk7/jdk/test/javax/management/monitor/
H A DDerivedGaugeMonitorTest.java113 private final MyThings things = new MyThings(true); field in class:DerivedGaugeMonitorTest.My
120 return (Things) things.clone();
129 return things.getALong();
135 return things.getAnInt();
141 return things.getADouble();
147 return things.getAShort();
153 return things.getAByte();
159 return things.getAFloat();
168 public static String[] things = { field in class:DerivedGaugeMonitorTest
265 for (String attr:things) {
[all...]

Completed in 21 milliseconds