I2JAV 1.1 NO IDEA Avatar
  1. OMG Issue

I2JAV11 — Mapping for Sequences -> Holder

  • Key: I2JAV11-126
  • Legacy Issue Number: 3788
  • Status: closed  
  • Source: Oracle ( Ram Jeyaraman)
  • Summary:

    Re : ptc/00-01-08 IDL to Java Language mapping spec, Section 1.10

    The <sequence_class>Holder class shown below does not implement org.omg.CORBA.portable.Streamable
    interface, whereas the basic type holders like ShortHolder implement the Streamable interface.

    final public class <sequence_class>Holder {
    public <sequence_element_type>[] value;
    public <sequence_class>Holder() {};
    public <sequence_class>Holder(
    <sequence_element_type>[] initial)

    {...};
    public void _read(
    org.omg.CORBA.portable.InputStream is)
    {...}

    public void _write(
    org.omg.CORBA.portable.OutputStream os)

    {...}
    public org.omg.CORBA.TypeCode _type() {...}
  • Reported: I2JAV 1.0 — Sat, 19 Aug 2000 04:00 GMT
  • Disposition: Resolved — I2JAV 1.1
  • Disposition Summary:

    see below

  • Updated: Fri, 6 Mar 2015 21:38 GMT