Class JIDLObjectKeyTemplate

All Implemented Interfaces:
ObjectKeyTemplate, Writeable

public final class JIDLObjectKeyTemplate extends NewObjectKeyTemplateBase
Author:
Ken Cavanaugh
  • Constructor Details

    • JIDLObjectKeyTemplate

      public JIDLObjectKeyTemplate(ORB orb, int magic, int scid, InputStream is)
      This constructor reads the template ONLY from the stream.
    • 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.
    • JIDLObjectKeyTemplate

      public JIDLObjectKeyTemplate(ORB orb, int scid, int serverid)
  • Method Details