Tuxedo
0

Administering a Tuxedo Application at Run Time

 Previous Next Contents View as PDF  

CORBA::Context::create_child

Synopsis

Creates a child of the Context object.

C++ Binding

void CORBA::Context::create_child (
const char * CtxName,
CORBA::Context_out CtxObject);

Arguments

CtxName

The name to be associated with the child of the Context reference.

CtxObject

The newly created Context object reference.

Exception

CORBA::NO_MEMORY

Description

This member function creates a child of the Context object. That is, searches on the child Context object will look for matching property names in the parent context (and so on, up the context tree), if necessary.

Return Values

None.

See Also

CORBA::ORB::get_default_context
CORBA::release

 

Back to Top Previous Next
Contact e-docsContact BEAwebmasterprivacy