|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> services >> [ loader overview ] | PREV NEXT | ||||||||
A
- accessible(String) - Method in class org.apache.derby.iapi.services.loader.ClassInspector
- Does the named class exist, and is it accessible?
- assignableTo(String, String) - Method in class org.apache.derby.iapi.services.loader.ClassInspector
- Is one named class assignable to another named class or interface?
C
- CONTEXT_ID - Static variable in class org.apache.derby.iapi.services.loader.ClassFactoryContext
- ClassFactory - interface org.apache.derby.iapi.services.loader.ClassFactory.
- A class factory module to handle application classes and generated classes.
- ClassFactoryContext - class org.apache.derby.iapi.services.loader.ClassFactoryContext.
- ClassFactoryContext(ContextManager, ClassFactory) - Constructor for class org.apache.derby.iapi.services.loader.ClassFactoryContext
- ClassInfo - class org.apache.derby.iapi.services.loader.ClassInfo.
- ClassInfo(Class) - Constructor for class org.apache.derby.iapi.services.loader.ClassInfo
- ClassInspector - class org.apache.derby.iapi.services.loader.ClassInspector.
- Methods to find out relationships between classes and methods within a class.
- ClassInspector(ClassFactory) - Constructor for class org.apache.derby.iapi.services.loader.ClassInspector
- DO NOT USE! use the method in ClassFactory.
- cf - Variable in class org.apache.derby.iapi.services.loader.ClassFactoryContext
- cf - Variable in class org.apache.derby.iapi.services.loader.ClassInspector
- classConvertableFromTo(Class, Class, boolean) - Method in class org.apache.derby.iapi.services.loader.ClassInspector
- Can we convert a fromClass to toClass.
- clazz - Variable in class org.apache.derby.iapi.services.loader.ClassInfo
- cleanupOnError(Throwable) - Method in class org.apache.derby.iapi.services.loader.ClassFactoryContext
E
- e0() - Method in interface org.apache.derby.iapi.services.loader.GeneratedByteCode
- e1() - Method in interface org.apache.derby.iapi.services.loader.GeneratedByteCode
- e2() - Method in interface org.apache.derby.iapi.services.loader.GeneratedByteCode
- e3() - Method in interface org.apache.derby.iapi.services.loader.GeneratedByteCode
- e4() - Method in interface org.apache.derby.iapi.services.loader.GeneratedByteCode
- e5() - Method in interface org.apache.derby.iapi.services.loader.GeneratedByteCode
- e6() - Method in interface org.apache.derby.iapi.services.loader.GeneratedByteCode
- e7() - Method in interface org.apache.derby.iapi.services.loader.GeneratedByteCode
- e8() - Method in interface org.apache.derby.iapi.services.loader.GeneratedByteCode
- e9() - Method in interface org.apache.derby.iapi.services.loader.GeneratedByteCode
F
- findPublicConstructor(String, String[], String[], boolean[]) - Method in class org.apache.derby.iapi.services.loader.ClassInspector
- Find a public constructor that implements a given signature.
- findPublicField(String, String, boolean) - Method in class org.apache.derby.iapi.services.loader.ClassInspector
- Find a public field for a class.
- findPublicMethod(String, String, String[], String[], boolean[], boolean, boolean) - Method in class org.apache.derby.iapi.services.loader.ClassInspector
- Find a public method that implements a given signature.
G
- GeneratedByteCode - interface org.apache.derby.iapi.services.loader.GeneratedByteCode.
- Generated classes must implement this interface.
- GeneratedClass - interface org.apache.derby.iapi.services.loader.GeneratedClass.
- A meta-class that represents a generated class.
- GeneratedMethod - interface org.apache.derby.iapi.services.loader.GeneratedMethod.
- Handle for a method within a generated class.
- getClass(String) - Method in class org.apache.derby.iapi.services.loader.ClassInspector
- Get (load) the class for the given class name.
- getClassFactory() - Method in class org.apache.derby.iapi.services.loader.ClassFactoryContext
- getClassInspector() - Method in interface org.apache.derby.iapi.services.loader.ClassFactory
- Return a ClassInspector object
- getClassLoaderVersion() - Method in interface org.apache.derby.iapi.services.loader.ClassFactory
- Return the in-memory "version" of the class manager.
- getClassLoaderVersion() - Method in interface org.apache.derby.iapi.services.loader.GeneratedClass
- Return the class reload version that this class was built at.
- getClassName() - Method in class org.apache.derby.iapi.services.loader.ClassInfo
- Return the name of this class.
- getClassObject() - Method in class org.apache.derby.iapi.services.loader.ClassInfo
- Return the class object for this class.
- getDeclaringClass(Member) - Method in class org.apache.derby.iapi.services.loader.ClassInspector
- Get the declaring class for a method.
- getGC() - Method in interface org.apache.derby.iapi.services.loader.GeneratedByteCode
- Get the GeneratedClass object for this object.
- getJarReader() - Method in class org.apache.derby.iapi.services.loader.ClassFactoryContext
- Get the mechanism to rad jar files.
- getLockSpace() - Method in class org.apache.derby.iapi.services.loader.ClassFactoryContext
- getMethod(String) - Method in interface org.apache.derby.iapi.services.loader.GeneratedByteCode
- getMethod(String) - Method in interface org.apache.derby.iapi.services.loader.GeneratedClass
- Obtain a handle to the method with the given name that takes no arguments.
- getName() - Method in interface org.apache.derby.iapi.services.loader.GeneratedClass
- Return the name of the generated class.
- getNewInstance() - Method in class org.apache.derby.iapi.services.loader.ClassInfo
- Create an instance of this class.
- getNewInstance() - Method in interface org.apache.derby.iapi.services.loader.InstanceGetter
- Create an instance of a class.
- getParameterTypes(Member) - Method in class org.apache.derby.iapi.services.loader.ClassInspector
- Get the parameter types for a method described by a Member as a String[].
- getPersistentSet() - Method in class org.apache.derby.iapi.services.loader.ClassFactoryContext
- getType(Member) - Method in class org.apache.derby.iapi.services.loader.ClassInspector
- Get the Java name of the return type from a Member representing a method or the type of a Member representing a field.
I
- InstanceGetter - interface org.apache.derby.iapi.services.loader.InstanceGetter.
- initFromContext(Context) - Method in interface org.apache.derby.iapi.services.loader.GeneratedByteCode
- Initialize the generated class from a context.
- instanceOf(String, Object) - Method in class org.apache.derby.iapi.services.loader.ClassInspector
- Is the given object an instance of the named class?
- invoke(Object) - Method in interface org.apache.derby.iapi.services.loader.GeneratedMethod
- Invoke a generated method that has no arguments.
- isApplicationClass(Class) - Method in interface org.apache.derby.iapi.services.loader.ClassFactory
- Was the passed in class loaded by a ClassManager.
- isMethodMoreSpecificOrEqual(Member, Member, boolean[]) - Method in class org.apache.derby.iapi.services.loader.ClassInspector
- Is method/constructor T more or equally specific than method U.
J
- JarReader - interface org.apache.derby.iapi.services.loader.JarReader.
- Abstract out the loading of JarFiles.
L
- loadApplicationClass(String) - Method in interface org.apache.derby.iapi.services.loader.ClassFactory
- Load an application class, or a class that is potentially an application class.
- loadApplicationClass(ObjectStreamClass) - Method in interface org.apache.derby.iapi.services.loader.ClassFactory
- Load an application class, or a class that is potentially an application class.
- loadGeneratedClass(String, ByteArray) - Method in interface org.apache.derby.iapi.services.loader.ClassFactory
- Add a generated class to the class manager's class repository.
N
- newInstance(Context) - Method in interface org.apache.derby.iapi.services.loader.GeneratedClass
- Return a new object that is an instance of the represented class.
- noArgConstructor - Variable in class org.apache.derby.iapi.services.loader.ClassInfo
- noArguments - Static variable in class org.apache.derby.iapi.services.loader.ClassInfo
- noParameters - Static variable in class org.apache.derby.iapi.services.loader.ClassInfo
- nonPrimTypeNames - Static variable in class org.apache.derby.iapi.services.loader.ClassInspector
- notifyModifyClasspath(String) - Method in interface org.apache.derby.iapi.services.loader.ClassFactory
- Notify the class manager that the classpath has been modified.
- notifyModifyJar(boolean) - Method in interface org.apache.derby.iapi.services.loader.ClassFactory
- Notify the class manager that a jar file has been modified.
O
- org.apache.derby.iapi.services.loader - package org.apache.derby.iapi.services.loader
P
- postConstructor() - Method in interface org.apache.derby.iapi.services.loader.GeneratedByteCode
- Called by the class manager just after calling setGC().
- primTypeNames - Static variable in class org.apache.derby.iapi.services.loader.ClassInspector
- primitiveType(String) - Static method in class org.apache.derby.iapi.services.loader.ClassInspector
- Determine whether a type is a Java primitive, like int or boolean
R
- readJarFile(String, String) - Method in interface org.apache.derby.iapi.services.loader.JarReader
- Load the contents of a Jarfile.
- readableClassName(Class) - Static method in class org.apache.derby.iapi.services.loader.ClassInspector
- Translate a JVM-style type descriptor to a Java-language-style type name.
- resolveMethod(Class, String, Class[], Class[], boolean[], boolean, boolean, Member[]) - Method in class org.apache.derby.iapi.services.loader.ClassInspector
- Tricky function to resolve a method.
S
- setGC(GeneratedClass) - Method in interface org.apache.derby.iapi.services.loader.GeneratedByteCode
- Set the Generated Class.
- signatureConvertableFromTo(Class[], Class[], Class[], boolean[], boolean) - Method in class org.apache.derby.iapi.services.loader.ClassInspector
- Can we convert a signature from fromTypes(primFromTypes) to toTypes.
U
- useConstructor - Variable in class org.apache.derby.iapi.services.loader.ClassInfo
A C E F G I J L N O P R S U
|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> services >> [ loader overview ] | PREV NEXT | ||||||||