org.apache.geronimo.rmi
Class RMIClassLoaderSpiImpl
java.lang.Object
java.rmi.server.RMIClassLoaderSpi
org.apache.geronimo.rmi.RMIClassLoaderSpiImpl
- public class RMIClassLoaderSpiImpl
- extends RMIClassLoaderSpi
An implementation of RMIClassLoaderSpi
which provides normilzation
of codebase URLs and delegates to the default RMIClassLoaderSpi
.
- Version:
- $Revision: 1.4 $ $Date: 2004/03/10 09:58:44 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RMIClassLoaderSpiImpl
public RMIClassLoaderSpiImpl()
loadClass
public Class loadClass(String codebase,
String name,
ClassLoader defaultLoader)
throws MalformedURLException,
ClassNotFoundException
- Throws:
MalformedURLException
ClassNotFoundException
loadProxyClass
public Class loadProxyClass(String codebase,
String[] interfaces,
ClassLoader defaultLoader)
throws MalformedURLException,
ClassNotFoundException
- Throws:
MalformedURLException
ClassNotFoundException
getClassLoader
public ClassLoader getClassLoader(String codebase)
throws MalformedURLException
- Throws:
MalformedURLException
getClassAnnotation
public String getClassAnnotation(Class type)
Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.