1 package com.sun.corba.se.spi.activation.LocatorPackage; 2 3 4 10 11 public final class ServerLocationPerORB implements org.omg.CORBA.portable.IDLEntity  12 { 13 public String hostname = null; 14 public com.sun.corba.se.spi.activation.EndPointInfo ports[] = null; 15 16 public ServerLocationPerORB () 17 { 18 } 20 public ServerLocationPerORB (String _hostname, com.sun.corba.se.spi.activation.EndPointInfo[] _ports) 21 { 22 hostname = _hostname; 23 ports = _ports; 24 } 26 } | Popular Tags |