站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 jmx API Documentation 英文版文档

LoadMgr4.PkgClassLoader (JBoss/JMX API) - JBoss 3.2.7 jmx API Documentation 英文版文档


org.jboss.mx.loading
Class LoadMgr4.PkgClassLoader

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

public static class LoadMgr4.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
           
 UnifiedClassLoader4 ucl
           
 
Constructor Summary
LoadMgr4.PkgClassLoader(UnifiedClassLoader4 ucl)
           
LoadMgr4.PkgClassLoader(UnifiedClassLoader4 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 UnifiedClassLoader4 ucl

order

public final int order
Constructor Detail

LoadMgr4.PkgClassLoader

public LoadMgr4.PkgClassLoader(UnifiedClassLoader4 ucl)

LoadMgr4.PkgClassLoader

public LoadMgr4.PkgClassLoader(UnifiedClassLoader4 ucl,
                               int order)


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