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

/openjdk7/jdk/test/javax/management/mxbean/
H A DRandomMXBeanTest.java77 private static class WrapInvocationHandler implements InvocationHandler { class in class:RandomMXBeanTest
80 WrapInvocationHandler(Object wrapped) { method in class:RandomMXBeanTest.WrapInvocationHandler
131 new WrapInvocationHandler(stupid));

Completed in 29 milliseconds