Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.jcorporate.expresso.kernel.util
Class ClassLoaderComparator  view ClassLoaderComparator download ClassLoaderComparator.java

java.lang.Object
  extended bycom.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.