Uses of Class
com.triactive.jdo.util.ClassFinder

Packages that use ClassFinder
com.triactive.jdo.store   
com.triactive.jdo.util   
 

Uses of ClassFinder in com.triactive.jdo.store
 

Methods in com.triactive.jdo.store that return ClassFinder
 ClassFinder StoreManager.getClassFinder()
          Returns the class finder to be used for all lookup of classes associated with this store manager.
 

Uses of ClassFinder in com.triactive.jdo.util
 

Methods in com.triactive.jdo.util that return ClassFinder
static ClassFinder ClassFinder.getInstance()
          Returns the class finder instance associated with the context class loader of the calling thread.
static ClassFinder ClassFinder.getInstance(java.lang.ClassLoader ctxLoader)
          Returns the class finder instance associated with the specified class loader.
 

Constructors in com.triactive.jdo.util with parameters of type ClassFinder
MacroString(ClassFinder cf, java.lang.Class thisClass, java.lang.String importsString, java.lang.String macroString)
           
Imports(ClassFinder cf, java.lang.Class contextClass)
           
 



Copyright © 2001-2007 The TJDO Project All Rights Reserved.