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