Internal mechanism to display information about a CORBA IOR.

Usage

primitiveIORDump(obj)

Arguments

obj a CORBA identifier - either an IOR or a character vector with one or more elements identifying an object in the default naming service - which is to be ``dumped'' into human readable format.

Description

This is function that performs the low-level work to fetch the contents of the dump of the IOR. It is usually called from iorDump.

Details

This is an Orbacus-specific implementation and may not even be available in all CORBA implementations.

Value

A single string with elements separated by new-lines identifying different characteristics of the CORBA object identified by this IOR. These characteristics include the IDL type, machine and port, byte ordering convention, etc.

Author(s)

Duncan Temple Lang

References

http://www.omegahat.org/CORBA

See Also

iorDump, ior, namedCorbaObject .Corba

Examples

 primitiveIORDump(namingService())
 creatNamingContext("R")
 creatNamingContext("R","S", recursive=T)

 primitiveIORDump("R")
 primitiveIORDump(c("R","S"))
  # 
 iorDump(namingService())


[Package Contents]