Class OldPOAObjectKeyTemplate

All Implemented Interfaces:
ObjectKeyTemplate, Writeable

public final class OldPOAObjectKeyTemplate extends OldObjectKeyTemplateBase
  • Constructor Details

    • OldPOAObjectKeyTemplate

      public OldPOAObjectKeyTemplate(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
    • OldPOAObjectKeyTemplate

      public OldPOAObjectKeyTemplate(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
    • OldPOAObjectKeyTemplate

      public OldPOAObjectKeyTemplate(ORB orb, int magic, int scid, int serverid, int orbid, int poaid)
  • Method Details