org.jruby.javasupport.proxy
Interface InternalJavaProxy
public interface InternalJavaProxy
this interface is implemented by proxies generated from a JavaProxyClass
Field Summary |
static java.lang.Object[] |
NO_ARGS
|
NO_ARGS
static final java.lang.Object[] NO_ARGS
___getProxyClass
JavaProxyClass ___getProxyClass()
- Returns:
- the corresponding JavaProxyClass
___getInvocationHandler
JavaProxyInvocationHandler ___getInvocationHandler()
- Returns:
- the invocation handler
Copyright © 2002-2009 JRuby Team. All Rights Reserved.