001    package org.omg.CSI;
002    
003    
004    /**
005    * org/omg/CSI/ContextError.java .
006    * Generated by the IDL-to-Java compiler (portable), version "3.2"
007    * from /builddir/build/BUILD/geronimo-specs-1.6/geronimo-spec-corba/src/main/idl/CSI.idl
008    * Saturday, September 22, 2012 10:56:38 AM CEST
009    */
010    
011    public final class ContextError implements org.omg.CORBA.portable.IDLEntity
012    {
013      public long client_context_id = (long)0;
014      public int major_status = (int)0;
015      public int minor_status = (int)0;
016      public byte error_token[] = null;
017    
018      public ContextError ()
019      {
020      } // ctor
021    
022      public ContextError (long _client_context_id, int _major_status, int _minor_status, byte[] _error_token)
023      {
024        client_context_id = _client_context_id;
025        major_status = _major_status;
026        minor_status = _minor_status;
027        error_token = _error_token;
028      } // ctor
029    
030    } // class ContextError