org.apache.ode.utils
Class Reflect

java.lang.Object
  extended by org.apache.ode.utils.Reflect

public class Reflect
extends java.lang.Object


Constructor Summary
Reflect()
           
 
Method Summary
static java.lang.String generateMethodSignature(java.lang.reflect.Method method)
          Generates a unique method signature string for a java.lang.reflect.Method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Reflect

public Reflect()
Method Detail

generateMethodSignature

public static java.lang.String generateMethodSignature(java.lang.reflect.Method method)
Generates a unique method signature string for a java.lang.reflect.Method. Necessary b/c Method is not Serializable.

Parameters:
method -
Returns: