Class ObjectReferenceTemplateImpl

    • Constructor Detail

      • ObjectReferenceTemplateImpl

        public ObjectReferenceTemplateImpl​(InputStream is)
      • ObjectReferenceTemplateImpl

        public ObjectReferenceTemplateImpl​(ORB orb,
                                           IORTemplate iortemp)
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • _truncatable_ids

        public java.lang.String[] _truncatable_ids()
        Description copied from interface: ValueBase
        Provides truncatable repository ids.
        Specified by:
        _truncatable_ids in interface ValueBase
        Returns:
        a String array--list of truncatable repository ids.
      • _type

        public TypeCode _type()
        Description copied from interface: Streamable
        Retrieves the TypeCode object corresponding to the value in the value field of the Holder.
        Specified by:
        _type in interface Streamable
        Returns:
        the TypeCode object for the value held in the holder
      • _read

        public void _read​(InputStream is)
        Description copied from interface: Streamable
        Reads data from istream and initalizes the value field of the Holder with the unmarshalled data.
        Specified by:
        _read in interface Streamable
        Parameters:
        is - the InputStream that represents the CDR data from the wire.
      • _write

        public void _write​(OutputStream os)
        Description copied from interface: Streamable
        Marshals to ostream the value in the value field of the Holder.
        Specified by:
        _write in interface Streamable
        Parameters:
        os - the CDR OutputStream