Uses of Interface
com.sun.corba.ee.spi.presentation.rmi.PresentationManager.StubFactory
Packages that use PresentationManager.StubFactory
Package
Description
-
Uses of PresentationManager.StubFactory in com.sun.corba.ee.impl.encoding
Methods in com.sun.corba.ee.impl.encoding with parameters of type PresentationManager.StubFactoryModifier and TypeMethodDescriptionstatic 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.StubFactoryModifier and TypeClassDescriptionclassclassclassMethods in com.sun.corba.ee.impl.presentation.rmi that return PresentationManager.StubFactoryModifier and TypeMethodDescriptionStubFactoryFactoryDynamicBase.createStubFactory(String className, boolean isIDLStub, String remoteCodeBase, Class expectedClass, ClassLoader classLoader) StubFactoryFactoryStaticImpl.createStubFactory(String className, boolean isIDLStub, String remoteCodeBase, Class expectedClass, ClassLoader classLoader) abstract PresentationManager.StubFactoryStubFactoryFactoryDynamicBase.makeDynamicStubFactory(PresentationManager pm, PresentationManager.ClassData classData, 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.StubFactoryMethods in com.sun.corba.ee.impl.presentation.rmi.codegen that return PresentationManager.StubFactoryModifier and TypeMethodDescriptionStubFactoryFactoryCodegenImpl.makeDynamicStubFactory(PresentationManager pm, PresentationManager.ClassData classData, 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.StubFactoryMethods in com.sun.corba.ee.impl.presentation.rmi.proxy that return PresentationManager.StubFactoryModifier and TypeMethodDescriptionStubFactoryFactoryProxyImpl.makeDynamicStubFactory(PresentationManager pm, PresentationManager.ClassData classData, 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.StubFactoryModifier and TypeMethodDescriptionstatic RemoteUtility.loadStub(Tie tie, PresentationManager.StubFactory stubFactory, String remoteCodebase, boolean onlyMostDerived) Load an RMI-IIOP Stub given a Tie.private static StubEntryUtility.loadStubAndUpdateCache(Tie tie, PresentationManager.StubFactory stubFactory, 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.StubFactoryModifier and TypeMethodDescriptionPresentationManager.StubFactoryFactory.createStubFactory(String className, boolean isIDLStub, String remoteCodeBase, Class<?> expectedClass, ClassLoader classLoader) Create a stub factory for stubs for the interface whose type is given by className.PresentationDefaults.makeStaticStubFactory(Class stubClass)