Class JIDLObjectKeyTemplate

    • Constructor Detail

      • JIDLObjectKeyTemplate

        public JIDLObjectKeyTemplate​(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
      • JIDLObjectKeyTemplate

        public JIDLObjectKeyTemplate​(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
      • JIDLObjectKeyTemplate

        public JIDLObjectKeyTemplate​(ORB orb,
                                     int scid,
                                     int serverid)