Interface PresentationManager.StubFactory

All Known Implementing Classes:
StubFactoryBase, StubFactoryCodegenImpl, StubFactoryDynamicBase, StubFactoryProxyImpl, StubFactoryStaticImpl
Enclosing interface:
PresentationManager

public static interface PresentationManager.StubFactory
Creates the actual stub needed for RMI-IIOP remote references.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the repository ID information for all Stubs created by this stub factory.
    Create a new dynamic stub.
  • Method Details

    • makeStub

      Object makeStub()
      Create a new dynamic stub. It has the type that was used to create this factory.
      Returns:
      The dynamic stub
    • getTypeIds

      String[] getTypeIds()
      Return the repository ID information for all Stubs created by this stub factory.
      Returns:
      Array of type ids, most derived type first.