001    package org.omg.SECIOP;
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 Sep 22, 2012 10:57:56 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 target_context_id_valid;
016            public long target_context_id;
017            public byte[] final_context_token;
018            public CompleteEstablishContext(long client_context_id, boolean target_context_id_valid, long target_context_id, byte[] final_context_token)
019            {
020                    this.client_context_id = client_context_id;
021                    this.target_context_id_valid = target_context_id_valid;
022                    this.target_context_id = target_context_id;
023                    this.final_context_token = final_context_token;
024            }
025    }