1 package com.sun.corba.se.PortableActivationIDL.RepositoryPackage; 2 3 4 10 11 12 14 public final class AppNamesHolder implements org.omg.CORBA.portable.Streamable 15 { 16 public String value[] = null; 17 18 public AppNamesHolder () 19 { 20 } 21 22 public AppNamesHolder (String [] initialValue) 23 { 24 value = initialValue; 25 } 26 27 public void _read (org.omg.CORBA.portable.InputStream i) 28 { 29 value = com.sun.corba.se.PortableActivationIDL.RepositoryPackage.AppNamesHelper.read (i); 30 } 31 32 public void _write (org.omg.CORBA.portable.OutputStream o) 33 { 34 com.sun.corba.se.PortableActivationIDL.RepositoryPackage.AppNamesHelper.write (o, value); 35 } 36 37 public org.omg.CORBA.TypeCode _type () 38 { 39 return com.sun.corba.se.PortableActivationIDL.RepositoryPackage.AppNamesHelper.type (); 40 } 41 42 } 43 | Popular Tags |