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 Object
CDRInputStream_1_0. internalIORToObject(IOR ior, PresentationManager.StubFactory stubFactory, ORB orb)
private void
CDRInputStream_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 class
StubFactoryBase
class
StubFactoryDynamicBase
class
StubFactoryStaticImpl
Methods in com.sun.corba.ee.impl.presentation.rmi that return PresentationManager.StubFactory Modifier and Type Method Description PresentationManager.StubFactory
StubFactoryFactoryDynamicBase. createStubFactory(java.lang.String className, boolean isIDLStub, java.lang.String remoteCodeBase, java.lang.Class expectedClass, java.lang.ClassLoader classLoader)
PresentationManager.StubFactory
StubFactoryFactoryStaticImpl. createStubFactory(java.lang.String className, boolean isIDLStub, java.lang.String remoteCodeBase, java.lang.Class expectedClass, java.lang.ClassLoader classLoader)
abstract PresentationManager.StubFactory
StubFactoryFactoryDynamicBase. 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 class
StubFactoryCodegenImpl
Methods in com.sun.corba.ee.impl.presentation.rmi.codegen that return PresentationManager.StubFactory Modifier and Type Method Description PresentationManager.StubFactory
StubFactoryFactoryCodegenImpl. 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 class
StubFactoryProxyImpl
Methods in com.sun.corba.ee.impl.presentation.rmi.proxy that return PresentationManager.StubFactory Modifier and Type Method Description PresentationManager.StubFactory
StubFactoryFactoryProxyImpl. 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.Remote
Utility. loadStub(Tie tie, PresentationManager.StubFactory stubFactory, java.lang.String remoteCodebase, boolean onlyMostDerived)
Load an RMI-IIOP Stub given a Tie.private static StubEntry
Utility. 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.StubFactory
PresentationManager.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.StubFactory
PresentationDefaults. makeStaticStubFactory(java.lang.Class stubClass)
-