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

WebCL (JBoss IIOP Plugin API) - JBoss 3.2.7 iiop API Documentation 英文版文档


org.jboss.iiop
Class WebCL

java.lang.Object
  extended byjava.lang.ClassLoader
      extended byjava.security.SecureClassLoader
          extended byjava.net.URLClassLoader
              extended byorg.jboss.util.loading.DelegatingClassLoader
                  extended byorg.jboss.mx.loading.LoaderRepositoryClassLoader
                      extended byorg.jboss.web.WebClassLoader
                          extended byorg.jboss.iiop.WebCL

public class WebCL
extends org.jboss.web.WebClassLoader

A subclass of WebClassLoader that does IIOP bytecode generation on the fly.

Version:
$Revision: 1.5.2.4 $
Author:
Francisco Reverbel

Field Summary
 
Fields inherited from class org.jboss.mx.loading.LoaderRepositoryClassLoader
repository
 
Fields inherited from class org.jboss.util.loading.DelegatingClassLoader
EMPTY_URL_ARRAY, standard
 
Constructor Summary
WebCL(javax.management.ObjectName container, org.jboss.mx.loading.UnifiedClassLoader parent)
          Creates new WebCL
 
Method Summary
protected  Class findClass(String name)
           
 byte[] getBytes(Class clz)
          Gets the bytecodes for a given stub class.
 String getKey()
          Gets a string key used as the key into the WebServer's loaderMap.
 
Methods inherited from class org.jboss.web.WebClassLoader
getCodebaseString, getContainer, getLocalURLs, getURL, getURLs, setWebURLs
 
Methods inherited from class org.jboss.mx.loading.LoaderRepositoryClassLoader
loadClass
 
Methods inherited from class java.net.URLClassLoader
addURL, definePackage, findResource, findResources, getPermissions, newInstance, newInstance
 
Methods inherited from class java.security.SecureClassLoader
defineClass
 
Methods inherited from class java.lang.ClassLoader
clearAssertionStatus, defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, findSystemClass, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebCL

public WebCL(javax.management.ObjectName container,
             org.jboss.mx.loading.UnifiedClassLoader parent)
Creates new WebCL

Method Detail

getKey

public String getKey()
Gets a string key used as the key into the WebServer's loaderMap.


getBytes

public byte[] getBytes(Class clz)
Gets the bytecodes for a given stub class.


findClass

protected Class findClass(String name)
                   throws ClassNotFoundException
Throws:
ClassNotFoundException


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