KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > sun > corba > se > PortableActivationIDL > LocatorPackage > ServerLocationPerType


1 package com.sun.corba.se.PortableActivationIDL.LocatorPackage;
2
3
4 /**
5 * com/sun/corba/se/PortableActivationIDL/LocatorPackage/ServerLocationPerType.java .
6 * Generated by the IDL-to-Java compiler (portable), version "3.2"
7 * from ../../../../src/share/classes/com/sun/corba/se/PortableActivationIDL/activation.idl
8 * Saturday, February 9, 2008 2:04:41 AM PST
9 */

10
11 public final class ServerLocationPerType implements org.omg.CORBA.portable.IDLEntity JavaDoc
12 {
13   public String JavaDoc hostname = null;
14   public com.sun.corba.se.PortableActivationIDL.ORBPortInfo ports[] = null;
15
16   public ServerLocationPerType ()
17   {
18   } // ctor
19

20   public ServerLocationPerType (String JavaDoc _hostname, com.sun.corba.se.PortableActivationIDL.ORBPortInfo[] _ports)
21   {
22     hostname = _hostname;
23     ports = _ports;
24   } // ctor
25

26 } // class ServerLocationPerType
27
Popular Tags