Class StubFactoryProxyImpl
java.lang.Object
com.sun.corba.ee.impl.presentation.rmi.StubFactoryBase
com.sun.corba.ee.impl.presentation.rmi.StubFactoryDynamicBase
com.sun.corba.ee.impl.presentation.rmi.proxy.StubFactoryProxyImpl
- All Implemented Interfaces:
PresentationManager.StubFactory
-
Field Summary
Fields inherited from class com.sun.corba.ee.impl.presentation.rmi.StubFactoryDynamicBase
loader
Fields inherited from class com.sun.corba.ee.impl.presentation.rmi.StubFactoryBase
classData
-
Constructor Summary
ConstructorsConstructorDescriptionStubFactoryProxyImpl
(PresentationManager.ClassData classData, ClassLoader loader) -
Method Summary
Methods inherited from class com.sun.corba.ee.impl.presentation.rmi.StubFactoryBase
getTypeIds
-
Constructor Details
-
StubFactoryProxyImpl
-
-
Method Details
-
makeStub
Description copied from interface:PresentationManager.StubFactory
Create a new dynamic stub. It has the type that was used to create this factory.- Specified by:
makeStub
in interfacePresentationManager.StubFactory
- Specified by:
makeStub
in classStubFactoryDynamicBase
- Returns:
- The dynamic stub
-