Home
last modified time | relevance | path

Searched refs:ProxyInvocationHandler (Results 1 – 1 of 1) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/debuggee/
DProxyDebuggee.java43 static class ProxyInvocationHandler implements InvocationHandler { class in ProxyDebuggee
46 public ProxyInvocationHandler(ProxyDebuggee debuggee) { in ProxyInvocationHandler() method in ProxyDebuggee.ProxyInvocationHandler
61 new ProxyInvocationHandler(this)); in invokeBreakpointMethodFromProxy()