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
This option specifies one of the following operation commands:
bind
bind_context
bind_new_context
destroy
list
new_context
rebind
rebind_context
remove_context
resolve
unbind
Note that the specified operation is performed against the base naming context, as specified with the -ior
option. Each operation is described in detail below.
bind object-name stringified-IOR
This option binds the name specified by object-name to the object whose IOR is specified by
stringified-IOR.
bind_context context-name stringified-IOR
This option binds the name specified by context-name to the naming context whose IOR is specified by
stringified-IOR.
bind_new_context context-name
This option binds the name specified by context-name to a new naming context, and returns the stringified
IOR of the new naming context.
destroy
This option destroys the base naming context.
list [context-name]
This option lists the contexts and objects bound into the naming context specified by context-name. This is
not a recursive operation; it only displays the immediate contents of the context, not recurrences thorough any
contexts subordinate to the base. If no context-name is given, this command lists contents of the base
naming context.
new_context context-name
This option creates a new naming context in the base naming context, and returns the stringified IOR for the
new naming context.
rebind object-name stringified-IOR
This option binds the name specified by object-name to the object whose IOR is specified by
stringified-IOR, even if the name is already bound.
rebind_context context-name stringified-IOR
This option binds the name specified by context-name to the naming context whose IOR is specified by
stringified-IOR, even if the name is already bound.
remove_context context-name
This option unbinds and destroys the naming context specified by context-name, as long as the naming
context is empty.