001 package org.omg.IIOP; 002 003 004 /** 005 * org/omg/IIOP/BiDirIIOPServiceContext.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/IIOP.idl 008 * Saturday, September 22, 2012 10:56:39 AM CEST 009 */ 010 011 public final class BiDirIIOPServiceContext implements org.omg.CORBA.portable.IDLEntity 012 { 013 014 // BI_DIR_IIOP Service Context 015 public org.omg.IIOP.ListenPoint listen_points[] = null; 016 017 public BiDirIIOPServiceContext () 018 { 019 } // ctor 020 021 public BiDirIIOPServiceContext (org.omg.IIOP.ListenPoint[] _listen_points) 022 { 023 listen_points = _listen_points; 024 } // ctor 025 026 } // class BiDirIIOPServiceContext