当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 iiop API Documentation 英文版文档
WebCL (JBoss IIOP Plugin API) - JBoss 4.0.1 sp1 iiop API Documentation 英文版文档
org.jboss.iiop
Class WebCL
java.lang.Object
java.lang.ClassLoader
java.security.SecureClassLoader
java.net.URLClassLoader
org.jboss.util.loading.DelegatingClassLoader
org.jboss.mx.loading.LoaderRepositoryClassLoader
org.jboss.web.WebClassLoader
org.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.9 $
- Author:
- Francisco Reverbel
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.RepositoryClassLoader parent)
Creates new WebCL |
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.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 |
WebCL
public WebCL(javax.management.ObjectName container,
org.jboss.mx.loading.RepositoryClassLoader parent)
- Creates new WebCL
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.