public static void write(
     org.omg.CORBA.portable.OutputStream ostream,
     com.sun.corba.se.PortableActivationIDL.ORBPortInfo[] value) {
   ostream.write_long(value.length);
   for (int _i0 = 0; _i0 < value.length; ++_i0)
     com.sun.corba.se.PortableActivationIDL.ORBPortInfoHelper.write(ostream, value[_i0]);
 }
 public static com.sun.corba.se.PortableActivationIDL.ORBPortInfo[] read(
     org.omg.CORBA.portable.InputStream istream) {
   com.sun.corba.se.PortableActivationIDL.ORBPortInfo value[] = null;
   int _len0 = istream.read_long();
   value = new com.sun.corba.se.PortableActivationIDL.ORBPortInfo[_len0];
   for (int _o1 = 0; _o1 < value.length; ++_o1)
     value[_o1] = com.sun.corba.se.PortableActivationIDL.ORBPortInfoHelper.read(istream);
   return value;
 }
 public static synchronized org.omg.CORBA.TypeCode type() {
   if (__typeCode == null) {
     __typeCode = com.sun.corba.se.PortableActivationIDL.ORBPortInfoHelper.type();
     __typeCode = org.omg.CORBA.ORB.init().create_sequence_tc(0, __typeCode);
     __typeCode =
         org.omg
             .CORBA
             .ORB
             .init()
             .create_alias_tc(
                 com.sun.corba.se.PortableActivationIDL.ORBPortInfoListHelper.id(),
                 "ORBPortInfoList",
                 __typeCode);
   }
   return __typeCode;
 }
 public org.omg.CORBA.TypeCode _type() {
   return com.sun.corba.se.PortableActivationIDL.ORBPortInfoHelper.type();
 }
 public void _write(org.omg.CORBA.portable.OutputStream o) {
   com.sun.corba.se.PortableActivationIDL.ORBPortInfoHelper.write(o, value);
 }
 public void _read(org.omg.CORBA.portable.InputStream i) {
   value = com.sun.corba.se.PortableActivationIDL.ORBPortInfoHelper.read(i);
 }