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

LoadMgr3.PkgClassLoader (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档


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
           
 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()


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