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

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


org.jboss.iiop
Class StubClassLoader

java.lang.Object
  extended byjava.lang.ClassLoader
      extended byorg.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

Constructor Summary
StubClassLoader(ClassLoader parent)
           
 
Method Summary
protected  Class findClass(String name)
           
 
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
 

Constructor Detail

StubClassLoader

public StubClassLoader(ClassLoader parent)
Method Detail

findClass

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


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