|
|||||||||
| Home >> All >> com >> jcorporate >> expresso >> kernel >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.jcorporate.expresso.kernel.util
Class ClassLoaderComparator

java.lang.Objectcom.jcorporate.expresso.kernel.util.ClassLoaderComparator
- public class ClassLoaderComparator
- extends java.lang.Object
Utility class that checks to make sure that the classloader hasn't changed indicating a context reload took place
- Version:
- $Revision: 1.4 $ on $Date: 2004/11/17 20:48:17 $
| Constructor Summary | |
protected |
ClassLoaderComparator()
|
| Method Summary | |
static boolean |
sameClassLoader(java.lang.Object o1)
Checks to make sure an object's classloader is the same as the current Thread's. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
ClassLoaderComparator
protected ClassLoaderComparator()
| Method Detail |
sameClassLoader
public static final boolean sameClassLoader(java.lang.Object o1)
- Checks to make sure an object's classloader is the same as the current
Thread's.
|
|||||||||
| Home >> All >> com >> jcorporate >> expresso >> kernel >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.jcorporate.expresso.kernel.util.ClassLoaderComparator