Interface IdentifiableFactory<E extends Identifiable>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      E create​(ORB orb, InputStream in)
      Construct the appropriate Identifiable object with the given id from the InputStream is.
      int getId()
      Return the id of this factory, which is the id of the result of any create call.
    • Method Detail

      • getId

        int getId()
        Return the id of this factory, which is the id of the result of any create call.
        Returns:
        factory id
      • create

        E create​(ORB orb,
                 InputStream in)
        Construct the appropriate Identifiable object with the given id from the InputStream is.
        Parameters:
        orb - ORB to use for creation
        in - stream to construct object from
        Returns:
        constructed Identifiable