org.rhq.scripting.javascript.engine.util
Class InterfaceImplementor.InterfaceImplementorInvocationHandler

java.lang.Object
  extended by org.rhq.scripting.javascript.engine.util.InterfaceImplementor.InterfaceImplementorInvocationHandler
All Implemented Interfaces:
InvocationHandler
Enclosing class:
InterfaceImplementor

public class InterfaceImplementor.InterfaceImplementorInvocationHandler
extends Object
implements InvocationHandler


Constructor Summary
InterfaceImplementor.InterfaceImplementorInvocationHandler(Invocable engine, Object thiz)
           
 
Method Summary
 Object invoke(Object proxy, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterfaceImplementor.InterfaceImplementorInvocationHandler

public InterfaceImplementor.InterfaceImplementorInvocationHandler(Invocable engine,
                                                                  Object thiz)
Method Detail

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.