Interface PresentationManager.StubFactory

All Known Implementing Classes:
StubFactoryBase, 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.
    • getTypeIds

      String[] getTypeIds()
      Return the repository ID information for all Stubs created by this stub factory.