org.openejb.corba.util
Class DynamicStubClassLoader
java.lang.Object
java.lang.ClassLoader
org.openejb.corba.util.DynamicStubClassLoader
- All Implemented Interfaces:
- org.apache.geronimo.gbean.GBeanLifecycle
- public class DynamicStubClassLoader
- extends ClassLoader
- implements org.apache.geronimo.gbean.GBeanLifecycle
- Version:
- $Revision: 446192 $ $Date: 2006-05-05 19:50:08 +0200 (Fri, 05 May 2006) $
Field Summary |
static org.apache.geronimo.gbean.GBeanInfo |
GBEAN_INFO
|
Methods inherited from class java.lang.ClassLoader |
clearAssertionStatus, defineClass, defineClass, defineClass, definePackage, findClass, findLibrary, findLoadedClass, findResource, findResources, 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 |
GBEAN_INFO
public static final org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
DynamicStubClassLoader
public DynamicStubClassLoader()
loadClass
public Class loadClass(String name)
throws ClassNotFoundException
- Throws:
ClassNotFoundException
doStart
public void doStart()
throws Exception
- Specified by:
doStart
in interface org.apache.geronimo.gbean.GBeanLifecycle
- Throws:
Exception
doStop
public void doStop()
throws Exception
- Specified by:
doStop
in interface org.apache.geronimo.gbean.GBeanLifecycle
- Throws:
Exception
doFail
public void doFail()
- Specified by:
doFail
in interface org.apache.geronimo.gbean.GBeanLifecycle
getGBeanInfo
public static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()
Copyright © 1999-2006 OpenEJB. All Rights Reserved.