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