001    package tecgraf.openbus.DRMAA;
002    
003    /**
004     * Generated from IDL interface "Session".
005     *
006     * @author JacORB IDL compiler V 2.3-beta-2, 14-Oct-2006
007     * @version generated at Nov 3, 2010 2:32:40 PM
008     */
009    
010    public final class SessionHolder        implements org.omg.CORBA.portable.Streamable{
011             public Session value;
012            public SessionHolder()
013            {
014            }
015            public SessionHolder (final Session initial)
016            {
017                    value = initial;
018            }
019            public org.omg.CORBA.TypeCode _type()
020            {
021                    return SessionHelper.type();
022            }
023            public void _read (final org.omg.CORBA.portable.InputStream in)
024            {
025                    value = SessionHelper.read (in);
026            }
027            public void _write (final org.omg.CORBA.portable.OutputStream _out)
028            {
029                    SessionHelper.write (_out,value);
030            }
031    }