Uses of Interface
com.sun.corba.ee.spi.presentation.rmi.PresentationManager.StubFactory
-
-
Uses of PresentationManager.StubFactory in com.sun.corba.ee.impl.encoding
Methods in com.sun.corba.ee.impl.encoding with parameters of type PresentationManager.StubFactory Modifier and Type Method Description static ObjectCDRInputStream_1_0. internalIORToObject(IOR ior, PresentationManager.StubFactory stubFactory, ORB orb)private voidCDRInputStream_1_0. stubFactory(PresentationManager.StubFactory fact) -
Uses of PresentationManager.StubFactory in com.sun.corba.ee.impl.presentation.rmi
Classes in com.sun.corba.ee.impl.presentation.rmi that implement PresentationManager.StubFactory Modifier and Type Class Description classStubFactoryBaseclassStubFactoryDynamicBaseclassStubFactoryStaticImplMethods in com.sun.corba.ee.impl.presentation.rmi that return PresentationManager.StubFactory Modifier and Type Method Description PresentationManager.StubFactoryStubFactoryFactoryDynamicBase. createStubFactory(java.lang.String className, boolean isIDLStub, java.lang.String remoteCodeBase, java.lang.Class expectedClass, java.lang.ClassLoader classLoader)PresentationManager.StubFactoryStubFactoryFactoryStaticImpl. createStubFactory(java.lang.String className, boolean isIDLStub, java.lang.String remoteCodeBase, java.lang.Class expectedClass, java.lang.ClassLoader classLoader)abstract PresentationManager.StubFactoryStubFactoryFactoryDynamicBase. makeDynamicStubFactory(PresentationManager pm, PresentationManager.ClassData classData, java.lang.ClassLoader classLoader) -
Uses of PresentationManager.StubFactory in com.sun.corba.ee.impl.presentation.rmi.codegen
Classes in com.sun.corba.ee.impl.presentation.rmi.codegen that implement PresentationManager.StubFactory Modifier and Type Class Description classStubFactoryCodegenImplMethods in com.sun.corba.ee.impl.presentation.rmi.codegen that return PresentationManager.StubFactory Modifier and Type Method Description PresentationManager.StubFactoryStubFactoryFactoryCodegenImpl. makeDynamicStubFactory(PresentationManager pm, PresentationManager.ClassData classData, java.lang.ClassLoader classLoader) -
Uses of PresentationManager.StubFactory in com.sun.corba.ee.impl.presentation.rmi.proxy
Classes in com.sun.corba.ee.impl.presentation.rmi.proxy that implement PresentationManager.StubFactory Modifier and Type Class Description classStubFactoryProxyImplMethods in com.sun.corba.ee.impl.presentation.rmi.proxy that return PresentationManager.StubFactory Modifier and Type Method Description PresentationManager.StubFactoryStubFactoryFactoryProxyImpl. makeDynamicStubFactory(PresentationManager pm, PresentationManager.ClassData classData, java.lang.ClassLoader classLoader) -
Uses of PresentationManager.StubFactory in com.sun.corba.ee.impl.util
Methods in com.sun.corba.ee.impl.util with parameters of type PresentationManager.StubFactory Modifier and Type Method Description static java.rmi.RemoteUtility. loadStub(Tie tie, PresentationManager.StubFactory stubFactory, java.lang.String remoteCodebase, boolean onlyMostDerived)Load an RMI-IIOP Stub given a Tie.private static StubEntryUtility. loadStubAndUpdateCache(Tie tie, PresentationManager.StubFactory stubFactory, java.lang.String remoteCodebase, boolean onlyMostDerived)Load an RMI-IIOP Stub given a Tie, but do not look in the cache. -
Uses of PresentationManager.StubFactory in com.sun.corba.ee.spi.presentation.rmi
Methods in com.sun.corba.ee.spi.presentation.rmi that return PresentationManager.StubFactory Modifier and Type Method Description PresentationManager.StubFactoryPresentationManager.StubFactoryFactory. createStubFactory(java.lang.String className, boolean isIDLStub, java.lang.String remoteCodeBase, java.lang.Class<?> expectedClass, java.lang.ClassLoader classLoader)Create a stub factory for stubs for the interface whose type is given by className.static PresentationManager.StubFactoryPresentationDefaults. makeStaticStubFactory(java.lang.Class stubClass)
-