Interface PresentationManager.StubFactory

    • Method Detail

      • makeStub

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

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