当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 iiop API Documentation 英文版文档
StubClassLoader (JBoss IIOP Plugin API) - JBoss 4.0.1 sp1 iiop API Documentation 英文版文档
org.jboss.iiop
Class StubClassLoader
java.lang.Object
java.lang.ClassLoader
org.jboss.iiop.StubClassLoader
- public class StubClassLoader
- extends ClassLoader
This class loader dynamically generates and loads client stub classes.
It is intended to be used by clients, as an interim solution.
Should not be necessary when the IORs contain a JAVA_CODE_BASE tag.
- Version:
- $Revision: 1.1 $
- Author:
- Francisco Reverbel
Methods inherited from class java.lang.ClassLoader |
clearAssertionStatus, defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, findResource, findResources, findSystemClass, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, loadClass, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StubClassLoader
public StubClassLoader(ClassLoader parent)
findClass
protected Class findClass(String name)
throws ClassNotFoundException
- Throws:
ClassNotFoundException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.