orc.runtime.sites.java
Class ObjectProxy.DelegateCache

java.lang.Object
  extended by orc.runtime.sites.java.ObjectProxy.DelegateCache
Enclosing class:
ObjectProxy

public static class ObjectProxy.DelegateCache
extends java.lang.Object

Find and cache delegates by name.

Author:
quark

Constructor Summary
ObjectProxy.DelegateCache(java.lang.Class type, java.lang.Object that)
          Both the type and receiver are required so that you can use this for static methods (where the receiver is null).
 
Method Summary
protected  ObjectProxy.Delegate get(java.lang.String methodName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectProxy.DelegateCache

public ObjectProxy.DelegateCache(java.lang.Class type,
                                 java.lang.Object that)
Both the type and receiver are required so that you can use this for static methods (where the receiver is null).

Method Detail

get

protected ObjectProxy.Delegate get(java.lang.String methodName)
                            throws TokenException
Throws:
TokenException