Class StubFactoryCodegenImpl
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.codegen.StubFactoryCodegenImpl
- All Implemented Interfaces:
PresentationManager.StubFactory
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Stringprivate final PresentationManagerprivate static final ORBUtilSystemExceptionFields inherited from class StubFactoryDynamicBase
loaderFields inherited from class StubFactoryBase
classData -
Constructor Summary
ConstructorsConstructorDescriptionStubFactoryCodegenImpl(PresentationManager pm, PresentationManager.ClassData classData, ClassLoader loader) -
Method Summary
Modifier and TypeMethodDescriptionprivate Class<?> private Class<?> createStubClass(CodegenProxyCreator creator) private Class<?> makeStub()Create a new dynamic stub.Methods inherited from class StubFactoryBase
getTypeIds
-
Field Details
-
wrapper
-
CODEGEN_KEY
- See Also:
-
pm
-
-
Constructor Details
-
StubFactoryCodegenImpl
public StubFactoryCodegenImpl(PresentationManager pm, PresentationManager.ClassData classData, ClassLoader loader)
-
-
Method Details
-
getStubClass
-
createStubClass
-
createStubClass
-
makeStub
Description copied from interface:PresentationManager.StubFactoryCreate a new dynamic stub. It has the type that was used to create this factory.- Specified by:
makeStubin interfacePresentationManager.StubFactory- Specified by:
makeStubin classStubFactoryDynamicBase- Returns:
- The dynamic stub
-