| org.apache.openejb.core.stateless.CrossClassLoaderProxyTest
CrossClassLoaderProxyTest | public class CrossClassLoaderProxyTest extends TestCase (Code) | | version: $Revision: 602704 $ $Date: 2007-12-09 09:58:22 -0800 $ |
Inner Class :public static class HackClassLoader extends ClassLoader | |
Inner Class :public static interface Widget | |
Inner Class :public static interface RemoteWidget extends Widget | |
Inner Class :public static interface WidgetRemote extends EJBObject | |
Inner Class :public static interface WidgetHome extends EJBHome | |
Inner Class :public static enum Lifecycle | |
Inner Class :public static class WidgetBean implements Widget,RemoteWidget | |
testBusinessLocalInterface | public void testBusinessLocalInterface() throws Exception(Code) | | |
testBusinessRemoteInterface | public void testBusinessRemoteInterface() throws Exception(Code) | | |
testCrossClassLoaderRemoteInterface | public void testCrossClassLoaderRemoteInterface() throws Exception(Code) | | |
testRemoteInterface | public void testRemoteInterface() throws Exception(Code) | | |
|
|