org.jboss.mx.loading
Class LoadMgr3.PkgClassLoader

java.lang.Object
  extended by org.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
           
 RepositoryClassLoader ucl
           
 
Constructor Summary
LoadMgr3.PkgClassLoader(RepositoryClassLoader ucl)
           
LoadMgr3.PkgClassLoader(RepositoryClassLoader ucl, int order)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ucl

public final RepositoryClassLoader ucl

order

public final int order
Constructor Detail

LoadMgr3.PkgClassLoader

public LoadMgr3.PkgClassLoader(RepositoryClassLoader ucl)

LoadMgr3.PkgClassLoader

public LoadMgr3.PkgClassLoader(RepositoryClassLoader ucl,
                               int order)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


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