001    package org.omg.CSI;
002    
003    
004    /**
005    * org/omg/CSI/MessageInContext.java .
006    * Generated by the IDL-to-Java compiler (portable), version "3.2"
007    * from /builddir/build/BUILD/geronimo-specs-1.6/geronimo-spec-corba/src/main/idl/CSI.idl
008    * Monday, June 18, 2012 10:36:14 AM CEST
009    */
010    
011    public final class MessageInContext implements org.omg.CORBA.portable.IDLEntity
012    {
013      public long client_context_id = (long)0;
014      public boolean discard_context = false;
015    
016      public MessageInContext ()
017      {
018      } // ctor
019    
020      public MessageInContext (long _client_context_id, boolean _discard_context)
021      {
022        client_context_id = _client_context_id;
023        discard_context = _discard_context;
024      } // ctor
025    
026    } // class MessageInContext