Display a more human readable version of a CORBA IOR.

Usage

iorDump(...)

Arguments

... usual identifier of a single CORBA object either as an IOR or a collection of strings identifying the server in the naming service.

Description

Provides information that is encoded in the IOR (stringified reference) of a CORBA object such as the IDL type, the machine and port on which the server is listening the endianess of the machine.

Value

a character vector containing lines from the output of IOR dump. These can be parsed again to produce a list. This is implementation dependent.

Note

This is implementation dependent and may not exist for all ORBs. This is based on the Orbacus http://www.ooc.com/ob implementation.

Author(s)

Duncan Temple Lang

References

http://www.omegahat.org/CORBA

See Also

ior, namedCorbaObject, .CorbaServer

Examples

 iorDump("IOR:010000002f00000049444c3a6f6f632e636f6d2f436f734e616d696e672f4578744e616d696e67436f6e746578745f315f313a312e300000010000000000000038000000010100001e0000007069676c65742e72657365617263682e62656c6c2d6c6162732e636f6d0089130c0000003933363930303334342d3000")


[Package Contents]