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

/openjdk7/jdk/test/javax/management/remote/mandatory/loading/
H A DMethodResultTest.java60 Class exoticClass = Exotic.class;
61 String exoticClassName = Exotic.class.getName();
128 Object getAttributeExotic = mbsc.getAttribute(on, "Exotic");
130 mbsc.getAttributes(on, new String[] {"Exotic"});
132 setAttrs.add(new Attribute("Exotic", new Exotic()));
143 mbsc.getAttribute(on, "Exotic");
149 mbsc.setAttribute(on, new Attribute("Exotic", new Exotic()));
171 ok &= checkType("getAttribute", getAttributeExotic, Exotic
300 public static class Exotic implements Serializable {} class in class:MethodResultTest
[all...]
/openjdk7/jdk/test/javax/management/mxbean/
H A DMerlinMXBean.java456 ExoticCompositeData Exotic = new ExoticCompositeData("foo"); field in interface:MerlinMXBean

Completed in 1141 milliseconds