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 /home/iurt/rpm/BUILD/geronimo-spec-corba/src/main/idl/IIOP.idl
008 * Saturday, November 26, 2011 9:53:36 PM UTC
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