001 package org.omg.CSI; 002 003 /** 004 * Generated from IDL struct "MessageInContext". 005 * 006 * @author JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007 007 * @version generated at Jun 18, 2012 10:38:00 AM 008 */ 009 010 public final class MessageInContext 011 implements org.omg.CORBA.portable.IDLEntity 012 { 013 public MessageInContext(){} 014 public long client_context_id; 015 public boolean discard_context; 016 public MessageInContext(long client_context_id, boolean discard_context) 017 { 018 this.client_context_id = client_context_id; 019 this.discard_context = discard_context; 020 } 021 }