Class POAObjectKeyTemplate

    • Constructor Detail

      • POAObjectKeyTemplate

        public POAObjectKeyTemplate​(ORB orb,
                                    int magic,
                                    int scid,
                                    InputStream is)
        This constructor reads the template ONLY from the stream.
        Parameters:
        orb - ORB to use
        magic - Magic number
        scid - ID of template
        is - stream to read from
      • POAObjectKeyTemplate

        public POAObjectKeyTemplate​(ORB orb,
                                    int magic,
                                    int scid,
                                    InputStream is,
                                    OctetSeqHolder osh)
        This constructor reads a complete ObjectKey (template and Id) from the stream.
        Parameters:
        orb - ORB to use
        magic - Magic number
        scid - ID of the Object
        is - Stream to read from
        osh - Holder for Octet
      • POAObjectKeyTemplate

        public POAObjectKeyTemplate​(ORB orb,
                                    int scid,
                                    int serverid,
                                    java.lang.String orbid,
                                    ObjectAdapterId objectAdapterId)