org.apache.derby.impl.services.reflect
Class ReflectGeneratedClass

java.lang.Object
  extended by org.apache.derby.impl.services.reflect.LoadedGeneratedClass
      extended by org.apache.derby.impl.services.reflect.ReflectGeneratedClass
All Implemented Interfaces:
GeneratedClass

public final class ReflectGeneratedClass
extends LoadedGeneratedClass


Field Summary
private static GeneratedMethod[] directs
           
private  java.util.Hashtable methodCache
           
 
Constructor Summary
ReflectGeneratedClass(ClassFactory cf, java.lang.Class jvmClass)
           
 
Method Summary
 GeneratedMethod getMethod(java.lang.String simpleName)
          Obtain a handle to the method with the given name that takes no arguments.
 
Methods inherited from class org.apache.derby.impl.services.reflect.LoadedGeneratedClass
getClassLoaderVersion, getJVMClass, getName, newInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

methodCache

private final java.util.Hashtable methodCache

directs

private static final GeneratedMethod[] directs
Constructor Detail

ReflectGeneratedClass

public ReflectGeneratedClass(ClassFactory cf,
                             java.lang.Class jvmClass)
Method Detail

getMethod

public GeneratedMethod getMethod(java.lang.String simpleName)
                          throws StandardException
Description copied from interface: GeneratedClass
Obtain a handle to the method with the given name that takes no arguments.

Throws:
StandardException - Standard Derby error policy

Built on Wed 2013-06-12 15:21:56+0000, from revision ???

Apache Derby V10.10 Internals - Copyright © 2004,2013 The Apache Software Foundation. All Rights Reserved.