KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > gcc > org > omg > IIOP > BiDirIIOPServiceContext


1 package gcc.org.omg.IIOP;
2
3
4 /**
5 * gcc/org/omg/IIOP/BiDirIIOPServiceContext.java .
6 * Generated by the IDL-to-Java compiler (portable), version "3.1"
7 * from ../idl/IIOP.idl
8 * Wednesday, December 8, 2004 11:54:42 AM EST
9 */

10
11 public final class BiDirIIOPServiceContext implements org.omg.CORBA.portable.IDLEntity JavaDoc
12 {
13
14   // BI_DIR_IIOP Service Context
15
public gcc.org.omg.IIOP.ListenPoint listen_points[] = null;
16
17   public BiDirIIOPServiceContext ()
18   {
19   } // ctor
20

21   public BiDirIIOPServiceContext (gcc.org.omg.IIOP.ListenPoint[] _listen_points)
22   {
23     listen_points = _listen_points;
24   } // ctor
25

26 } // class BiDirIIOPServiceContext
27
Popular Tags