SolarMetric Kodo JDO 2.4.3 generated on March 27 2003

com.solarmetric.kodo.util
Class ImplHelper

java.lang.Object
  |
  +--com.solarmetric.kodo.util.ImplHelper

public class ImplHelper
extends Object

Provide static access to the JDOImplHelper without the need for security checks.


Constructor Summary
ImplHelper()
           
 
Method Summary
static JDOImplHelper getInstance()
          Return an instanceof the JDOImplHelper.
static Set getPersistentClasses()
           
static Set getPersistentClasses(ClassLoader loader)
          Return a list of all the classes that can be accessed by the specified ClassLoader.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImplHelper

public ImplHelper()
Method Detail

getInstance

public static JDOImplHelper getInstance()
Return an instanceof the JDOImplHelper.

getPersistentClasses

public static Set getPersistentClasses()

getPersistentClasses

public static Set getPersistentClasses(ClassLoader loader)
Return a list of all the classes that can be accessed by the specified ClassLoader. This is used in order to determine which registered classes are usable in a certain ClassLoader.

SolarMetric Kodo JDO 2.4.3 generated on March 27 2003

Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.