|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JavaProxyInvocationHandler | |
---|---|
org.jruby.javasupport.proxy |
Uses of JavaProxyInvocationHandler in org.jruby.javasupport.proxy |
---|
Methods in org.jruby.javasupport.proxy that return JavaProxyInvocationHandler | |
---|---|
JavaProxyInvocationHandler |
InternalJavaProxy.___getInvocationHandler()
|
Methods in org.jruby.javasupport.proxy with parameters of type JavaProxyInvocationHandler | |
---|---|
java.lang.Object |
JavaProxyConstructor.newInstance(java.lang.Object[] args,
JavaProxyInvocationHandler handler)
|
static java.lang.Object |
JavaProxyClass.newProxyInstance(Ruby runtime,
java.lang.Class superClass,
java.lang.Class[] interfaces,
java.lang.Class[] constructorParameters,
java.lang.Object[] constructorArgs,
JavaProxyInvocationHandler handler)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |