org.jboss.mx.loading
Class LoadMgr3.PkgClassLoader
java.lang.Object
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.
ucl
public final RepositoryClassLoader ucl
order
public final int order
LoadMgr3.PkgClassLoader
public LoadMgr3.PkgClassLoader(RepositoryClassLoader ucl)
LoadMgr3.PkgClassLoader
public LoadMgr3.PkgClassLoader(RepositoryClassLoader ucl,
int order)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.