Home | History | Annotate | Download | only in proxy

Lines Matching refs:setHandler

65  * ((ProxyObject)foo).setHandler(mi);
90 * ((ProxyObject)foo).setHandler(mi);
93 * <p> If setHandler is never called for a proxy instance then it will
115 * method {@link ProxyFactory#setHandler(MethodHandler)} is called. This method was
121 * {@link ProxyObject#setHandler(MethodHandler)} as shown in the sample code above. New
123 * {@link ProxyFactory#setHandler(MethodHandler)}.
195 private static final String HANDLER_SETTER = "setHandler";
635 ((ProxyObject)obj).setHandler(mh);
660 * instead clients should call method {@link ProxyObject#setHandler(MethodHandler)} to set the handler
664 public void setHandler(MethodHandler mi) {