Class StubFactoryBase
java.lang.Object
com.sun.corba.ee.impl.presentation.rmi.StubFactoryBase
- All Implemented Interfaces:
PresentationManager.StubFactory
- Direct Known Subclasses:
StubFactoryDynamicBase
,StubFactoryStaticImpl
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]
Return the repository ID information for all Stubs created by this stub factory.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.sun.corba.ee.spi.presentation.rmi.PresentationManager.StubFactory
makeStub
-
Field Details
-
typeIds
-
classData
-
-
Constructor Details
-
StubFactoryBase
-
-
Method Details
-
getTypeIds
Description copied from interface:PresentationManager.StubFactory
Return the repository ID information for all Stubs created by this stub factory.- Specified by:
getTypeIds
in interfacePresentationManager.StubFactory
- Returns:
- Array of type ids, most derived type first.
-