Class StubFactoryBase
- java.lang.Object
-
- com.sun.corba.ee.impl.presentation.rmi.StubFactoryBase
-
- All Implemented Interfaces:
PresentationManager.StubFactory
- Direct Known Subclasses:
StubFactoryDynamicBase,StubFactoryStaticImpl
public abstract class StubFactoryBase extends java.lang.Object implements PresentationManager.StubFactory
-
-
Field Summary
Fields Modifier and Type Field Description protected PresentationManager.ClassDataclassDataprivate java.lang.String[]typeIds
-
Constructor Summary
Constructors Modifier Constructor Description protectedStubFactoryBase(PresentationManager.ClassData classData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String[]getTypeIds()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 Detail
-
typeIds
private java.lang.String[] typeIds
-
classData
protected final PresentationManager.ClassData classData
-
-
Constructor Detail
-
StubFactoryBase
protected StubFactoryBase(PresentationManager.ClassData classData)
-
-
Method Detail
-
getTypeIds
public java.lang.String[] getTypeIds()
Description copied from interface:PresentationManager.StubFactoryReturn the repository ID information for all Stubs created by this stub factory.- Specified by:
getTypeIdsin interfacePresentationManager.StubFactory- Returns:
- Array of type ids, most derived type first.
-
-