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 /home/iurt/rpm/BUILD/geronimo-spec-corba/src/main/idl/CSI.idl 008 * Saturday, November 26, 2011 9:53:36 PM UTC 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