CORBA 2.3.3 Programmer's Guide for C++ (NonStop CORBA 2.3.3+)
Table Of Contents
- CORBA 2.3.3 Programmer's Guide for C++
- Legal Notice
- Contents
- About This Guide
- Chapter 1. Introduction to NonStop CORBA Programming
- Chapter 2. NonStop CORBA Administrative Environment
- Chapter 3. Compiling and Building an Application
- Chapter 4. Deploying a NonStop CORBA Application
- Chapter 5. Tracing and Debugging Applications
- Chapter 6. Writing Scalable Applications
- Chapter 7. Managing Transactions
- Chapter 8. Writing Multithreaded Applications
- Chapter 9. Designing Advanced Applications
- Chapter 10. Porting CORBA Applications to NonStop CORBA
- Chapter 11. Writing Wrappers for Legacy Clients and Servers
- Appendix A. Architectural Walkthrough
- Appendix B. Object References
- Appendix C. Servant Reference Counting in NonStop CORBA
- Index

An example of the Console view of the Naming Service is shown in Figure 53 .
Figure 5.3. Naming Service Display
For more information about using the Console, see the NonStop CORBA 2.3 Administration Guide and the online help
provided with the Console.
Setting Up ns_browse to View the Naming Service
The ns_browse tool runs on the NonStop Himalaya system, and it allows you to look at entries stored in the
Naming Service database. You might use the ns_browse tool if for some reason you did not want to use the
Console, or if the Console were not available. The ns_browse tool for NonStop CORBA is located in the
$NSD_ROOT/bin/unsupported directory.
The ns_browse Tool Syntax
ns_browse [-ior stringified-NamingContext] operation
where
-ior stringified-NamingContext
This option specifies the stringified object reference of a naming context to use as the base naming context for
the requested operation. If this option is not specified, ns_browse uses the root naming context as the base
naming context.
operation