001 package org.omg.IOP; 002 003 004 /** 005 * org/omg/IOP/ServiceContext.java . 006 * Generated by the IDL-to-Java compiler (portable), version "3.2" 007 * from /home/iurt/rpm/BUILD/geronimo-spec-corba/src/main/idl/IOP.idl 008 * Saturday, November 26, 2011 9:53:35 PM UTC 009 */ 010 011 public final class ServiceContext implements org.omg.CORBA.portable.IDLEntity 012 { 013 public int context_id = (int)0; 014 public byte context_data[] = null; 015 016 public ServiceContext () 017 { 018 } // ctor 019 020 public ServiceContext (int _context_id, byte[] _context_data) 021 { 022 context_id = _context_id; 023 context_data = _context_data; 024 } // ctor 025 026 } // class ServiceContext