dynaop.util
Class MethodHandle

java.lang.Object
  extended by dynaop.util.MethodHandle
All Implemented Interfaces:
java.io.Serializable

public class MethodHandle
extends java.lang.Object
implements java.io.Serializable

Serializable method handle.

Author:
Bob Lee (crazybob@crazybob.org)
See Also:
Serialized Form

Constructor Summary
MethodHandle(java.lang.reflect.Method method)
           
 
Method Summary
 java.lang.reflect.Method getMethod()
           
static java.util.Map handleMethodKeys(java.util.Map map)
           
static java.util.Map unhandleMethodKeys(java.util.Map map)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodHandle

public MethodHandle(java.lang.reflect.Method method)
Method Detail

getMethod

public java.lang.reflect.Method getMethod()
                                   throws java.lang.NoSuchMethodException
Throws:
java.lang.NoSuchMethodException

handleMethodKeys

public static java.util.Map handleMethodKeys(java.util.Map map)

unhandleMethodKeys

public static java.util.Map unhandleMethodKeys(java.util.Map map)
                                        throws java.io.IOException
Throws:
java.io.IOException