Class POAObjectKeyTemplate

All Implemented Interfaces:
ObjectKeyTemplate, Writeable

public final class POAObjectKeyTemplate extends NewObjectKeyTemplateBase
Author:
  • Constructor Details

    • POAObjectKeyTemplate

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

      public POAObjectKeyTemplate(ORB orb, int scid, int serverid, String orbid, ObjectAdapterId objectAdapterId)
  • Method Details