ValueMemberHelper.java revision 608:7e06bf1dcb09
1/*
2 * Copyright (c) 1999, 2000, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation.  Oracle designates this
8 * particular file as subject to the "Classpath" exception as provided
9 * by Oracle in the LICENSE file that accompanied this code.
10 *
11 * This code is distributed in the hope that it will be useful, but WITHOUT
12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14 * version 2 for more details (a copy is included in the LICENSE file that
15 * accompanied this code).
16 *
17 * You should have received a copy of the GNU General Public License version
18 * 2 along with this work; if not, write to the Free Software Foundation,
19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20 *
21 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22 * or visit www.oracle.com if you need additional information or have any
23 * questions.
24 */
25package com.sun.org.omg.CORBA;
26
27
28/**
29* com/sun/org/omg/CORBA/ValueMemberHelper.java
30* Generated by the IDL-to-Java compiler (portable), version "3.0"
31* from ir.idl
32* Thursday, May 6, 1999 1:51:44 AM PDT
33*/
34
35// This file has been _CHANGED_
36
37public final class ValueMemberHelper
38{
39    private static String  _id = "IDL:omg.org/CORBA/ValueMember:1.0";
40
41    public ValueMemberHelper()
42    {
43    }
44
45    // _CHANGED_
46    //public static void insert (org.omg.CORBA.Any a, com.sun.org.omg.CORBA.ValueMember that)
47    public static void insert (org.omg.CORBA.Any a, org.omg.CORBA.ValueMember that)
48    {
49        org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
50        a.type (type ());
51        write (out, that);
52        a.read_value (out.create_input_stream (), type ());
53    }
54
55    // _CHANGED_
56    //public static com.sun.org.omg.CORBA.ValueMember extract (org.omg.CORBA.Any a)
57    public static org.omg.CORBA.ValueMember extract (org.omg.CORBA.Any a)
58    {
59        return read (a.create_input_stream ());
60    }
61
62    private static org.omg.CORBA.TypeCode __typeCode = null;
63    private static boolean __active = false;
64    synchronized public static org.omg.CORBA.TypeCode type ()
65    {
66        if (__typeCode == null)
67            {
68                synchronized (org.omg.CORBA.TypeCode.class)
69                    {
70                        if (__typeCode == null)
71                            {
72                                if (__active)
73                                    {
74                                        return org.omg.CORBA.ORB.init().create_recursive_tc ( _id );
75                                    }
76                                __active = true;
77                                org.omg.CORBA.StructMember[] _members0 = new org.omg.CORBA.StructMember [7];
78                                org.omg.CORBA.TypeCode _tcOf_members0 = null;
79                                _tcOf_members0 = org.omg.CORBA.ORB.init ().create_string_tc (0);
80                                _tcOf_members0 = org.omg.CORBA.ORB.init ().create_alias_tc (com.sun.org.omg.CORBA.IdentifierHelper.id (), "Identifier", _tcOf_members0);
81                                _members0[0] = new org.omg.CORBA.StructMember (
82                                                                               "name",
83                                                                               _tcOf_members0,
84                                                                               null);
85                                _tcOf_members0 = org.omg.CORBA.ORB.init ().create_string_tc (0);
86                                _tcOf_members0 = org.omg.CORBA.ORB.init ().create_alias_tc (com.sun.org.omg.CORBA.RepositoryIdHelper.id (), "RepositoryId", _tcOf_members0);
87                                _members0[1] = new org.omg.CORBA.StructMember (
88                                                                               "id",
89                                                                               _tcOf_members0,
90                                                                               null);
91                                _tcOf_members0 = org.omg.CORBA.ORB.init ().create_string_tc (0);
92                                _tcOf_members0 = org.omg.CORBA.ORB.init ().create_alias_tc (com.sun.org.omg.CORBA.RepositoryIdHelper.id (), "RepositoryId", _tcOf_members0);
93                                _members0[2] = new org.omg.CORBA.StructMember (
94                                                                               "defined_in",
95                                                                               _tcOf_members0,
96                                                                               null);
97                                _tcOf_members0 = org.omg.CORBA.ORB.init ().create_string_tc (0);
98                                _tcOf_members0 = org.omg.CORBA.ORB.init ().create_alias_tc (com.sun.org.omg.CORBA.VersionSpecHelper.id (), "VersionSpec", _tcOf_members0);
99                                _members0[3] = new org.omg.CORBA.StructMember (
100                                                                               "version",
101                                                                               _tcOf_members0,
102                                                                               null);
103                                _tcOf_members0 = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_TypeCode);
104                                _members0[4] = new org.omg.CORBA.StructMember (
105                                                                               "type",
106                                                                               _tcOf_members0,
107                                                                               null);
108                                _tcOf_members0 = com.sun.org.omg.CORBA.IDLTypeHelper.type ();
109                                _members0[5] = new org.omg.CORBA.StructMember (
110                                                                               "type_def",
111                                                                               _tcOf_members0,
112                                                                               null);
113                                _tcOf_members0 = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_short);
114                                _tcOf_members0 = org.omg.CORBA.ORB.init ().create_alias_tc (com.sun.org.omg.CORBA.VisibilityHelper.id (), "Visibility", _tcOf_members0);
115                                _members0[6] = new org.omg.CORBA.StructMember (
116                                                                               "access",
117                                                                               _tcOf_members0,
118                                                                               null);
119                                __typeCode = org.omg.CORBA.ORB.init ().create_struct_tc (com.sun.org.omg.CORBA.ValueMemberHelper.id (), "ValueMember", _members0);
120                                __active = false;
121                            }
122                    }
123            }
124        return __typeCode;
125    }
126
127    public static String id ()
128    {
129        return _id;
130    }
131
132    // _CHANGED_
133    //public static com.sun.org.omg.CORBA.ValueMember read (org.omg.CORBA.portable.InputStream istream)
134    public static org.omg.CORBA.ValueMember read (org.omg.CORBA.portable.InputStream istream)
135    {
136        // _CHANGED_
137        //com.sun.org.omg.CORBA.ValueMember value = new com.sun.org.omg.CORBA.ValueMember ();
138        org.omg.CORBA.ValueMember value = new org.omg.CORBA.ValueMember ();
139        value.name = istream.read_string ();
140        value.id = istream.read_string ();
141        value.defined_in = istream.read_string ();
142        value.version = istream.read_string ();
143        value.type = istream.read_TypeCode ();
144        value.type_def = com.sun.org.omg.CORBA.IDLTypeHelper.read (istream);
145        value.access = istream.read_short ();
146        return value;
147    }
148
149    // _CHANGED_
150    //public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.org.omg.CORBA.ValueMember value)
151    public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CORBA.ValueMember value)
152    {
153        ostream.write_string (value.name);
154        ostream.write_string (value.id);
155        ostream.write_string (value.defined_in);
156        ostream.write_string (value.version);
157        ostream.write_TypeCode (value.type);
158        com.sun.org.omg.CORBA.IDLTypeHelper.write (ostream, value.type_def);
159        ostream.write_short (value.access);
160    }
161
162}
163