CORBA 2.3.7 Programmer's Reference
The Portable Object Adaptor: create_POA (11.3.8.2)
For C++, the third parameter of the signature for create_POA() takes a
CORBA::PolicyList_ptr instead of a CORBA::PolicyList passed by reference.
The Portable Object Adaptor: Policy Creation
Operations (11.3.8.5)
For C++, NonStop CORBA adds StatePolicy and create_state_policy (in
StatePolicyValue value), with values STATELESS and STATEFUL. The default is STATEFUL.
Note that the Transaction Service does not check that a stateless object has terminated before returning
any transaction that the object began.
The Portable Object Adaptor: get_object_id
(11.3.9.2)
For C++, NonStop CORBA adds StatePolicy and create_state_policy (in
StatePolicyValue value); with values STATELESS and STATEFUL. The default is STATEFUL.
Note that the Transaction Service does not check that a stateless object has terminated before returning
any transaction that the object began.
Prev Up Next
About This Manual
Home
Chapter 2. Interoperability and
Interworking