| Home >> All >> org >> apache >> derby >> impl >> services >> [ reflect Javadoc ] |
org.apache.derby.impl.services.reflect: Javadoc index of package org.apache.derby.impl.services.reflect.
Package Samples:
org.apache.derby.impl.services.reflect
Classes:
DatabaseClasses: An abstract implementation of the ClassFactory. This package can be extended to fully implement a ClassFactory. Implementations can differ in two areas, how they load a class and how they invoke methods of the generated class. This class manages a hash table of loaded generated classes and their GeneratedClass objects. A loaded class may be referenced multiple times -- each class has a reference count associated with it. When a load request arrives, if the class has already been loaded, its ref count is incremented. For a remove request, the ref count is decremented unless it is the last reference, ...
JarFileJava2: Sub-class of JarFile for a Java2 environment that uses the java.util.jar.* classes to be signature aware.
ReflectClassesJava2: Relfect loader with Privileged block for Java 2 security.
GCInstanceFactory
JarFile
JarLoader
LoadedGeneratedClass
ReflectGeneratedClass
DirectCall
ReflectLoaderJava2
ReflectMethod
UpdateLoader
ClassLoaderLock
| Home | Contact Us | Privacy Policy | Terms of Service |