org.apache.openjpa.util
Class ClassResolverImpl
java.lang.Object
  
org.apache.openjpa.util.ClassResolverImpl
- All Implemented Interfaces: 
 - ClassResolver
 
public class ClassResolverImpl
- extends Object
- implements ClassResolver
  
Default class resolver implementation.
- Since:
 
  - 0.3.0
 
- Author:
 
  - Abe White
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ClassResolverImpl
public ClassResolverImpl()
getClassLoader
public ClassLoader getClassLoader(Class contextClass,
                                  ClassLoader envLoader)
- Description copied from interface: 
ClassResolver 
- Return a class loader that can be used to load classes and resources.
 This can be a standard class loader, or a customized loader such
 as a 
MultiClassLoader.
- Specified by:
 getClassLoader in interface ClassResolver
 
- Parameters:
 contextClass - the context class; may be null if no context classenvLoader - the thread's context class loader when the
 persistence environment (i.e. broker)
 was obtained; may be null if operating outside
 the context of persistence environment
 
 
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.