001    package org.omg.CosTransactions;
002    
003    /**
004     * Generated from IDL interface "Coordinator".
005     *
006     * @author JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
007     * @version generated at Sep 22, 2012 10:57:18 AM
008     */
009    
010    public final class CoordinatorHolder    implements org.omg.CORBA.portable.Streamable{
011             public Coordinator value;
012            public CoordinatorHolder()
013            {
014            }
015            public CoordinatorHolder (final Coordinator initial)
016            {
017                    value = initial;
018            }
019            public org.omg.CORBA.TypeCode _type()
020            {
021                    return CoordinatorHelper.type();
022            }
023            public void _read (final org.omg.CORBA.portable.InputStream in)
024            {
025                    value = CoordinatorHelper.read (in);
026            }
027            public void _write (final org.omg.CORBA.portable.OutputStream _out)
028            {
029                    CoordinatorHelper.write (_out,value);
030            }
031    }