org.jboss.mx.loading
Class LoadMgr3.PkgClassLoader

java.lang.Object
  extended byorg.jboss.mx.loading.LoadMgr3.PkgClassLoader
Enclosing class:
LoadMgr3

public static class LoadMgr3.PkgClassLoader
extends Object

A UCL and its relative ordering with respect to the class loading. The UCL with the lowest order to load a class is the UCL that will populate the repository cache and be assigned as the UCL.loadClass return value.


Field Summary
 int order
           
 UnifiedClassLoader3 ucl
           
 
Constructor Summary
LoadMgr3.PkgClassLoader(UnifiedClassLoader3 ucl)
           
LoadMgr3.PkgClassLoader(UnifiedClassLoader3 ucl, int order)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ucl

public final UnifiedClassLoader3 ucl

order

public final int order
Constructor Detail

LoadMgr3.PkgClassLoader

public LoadMgr3.PkgClassLoader(UnifiedClassLoader3 ucl)

LoadMgr3.PkgClassLoader

public LoadMgr3.PkgClassLoader(UnifiedClassLoader3 ucl,
                               int order)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.