this.orb = orb ; wrapper = IORSystemException.get( orb, CORBALogDomains.OA_IOR ) ; if ((port < 0) || (port > 65535)) throw wrapper.badIiopAddressPort( new Integer(port)) ; this.host = host ; this.port = port ;
host = is.read_string() ; short thePort = is.read_short() ; port = shortToInt( thePort ) ;
return host ;
return port ;