parseIOR - The IOR Printing Utility

parseIOR displays the contents of a stringified IOR.

SYNOPSIS

parseIOR <ior>

where ior can be:
    <IOR string>     stringified IOR
    <file name>      file containing stringified IOR
    <URL string>     corbaname/corbaloc/http, etc. URL fromats

DESCRIPTION

The parseIOR utility parses and displays the contents of an Interoperable Object Reference (IOR). This includes the repository ID of the object, and the various profiles.

The argument to parseIOR is parsed as follows:

SAMPLE OUTPUT

Output from parseIOR for the poaBank example:
Type Id  = IDL:poaBank/Bank:1.0
Profiles = 1

    IOP Profile:

        version    = 1.1
        host       = godel
        port       = 2506
        obj Key    =
            4A424B52 00030002 00000100 22C20283  JBKR........"...
            62616E6B                             bank

EXAMPLES

  1. Print the stringified IOR passed on the command line

  2. parseIOR IOR:010000001900000049444C3A6...000000000000
     

  3. Print the stringified IOR contained in the 'ior' file

  4. parseIOR ior
     

  5. Print the IOR for the default NameService running on host yosemite

  6. parseIOR iiopboot://yosemite/NameService
     

  7. Print the IOR for the object bound in the NameService on host yosemite port 2506 at path services/Trader

  8. parseIOR corbaname::yosemite:2506#services/Trader


Copyright © 1998-2003, Novell, Inc. All rights reserved.