Skip navigation.

CORBA Programming Reference

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents View as PDF   Get Adobe Reader

 


CORBA::Object::_create_request

Synopsis

Creates a request with user-specified information.

C++ Binding

Void CORBA::Object::_create_request (
CORBA::Context_ptr Ctx,
const char * Operation,
CORBA::NVList_ptr Arg_list,
CORBA::NamedValue_ptr Result,
CORBA::ExceptionList_ptr Except_list,
CORBA::ContextList_ptr Context_list,
CORBA::Request_out Request,
CORBA::Flags Req_flags,);

Arguments

Ctx

The Context to be used for this request.

Operation

The operation name for this request.

Arg_list

The argument list for this request.

Result

The NamedValue reference where the return value of this request is to be stored after a successful invocation.

Except_list

The exception list for this request.

Context_list

The context list for this request.

Request

The newly created request reference.

Req_flags

Reserved for future use; the user must pass a value of zero.

Description

This member function creates a request that provides information on context, operation name, and other values (long form). To create a request with just the operation name supplied at the time of the call (short form), use the CORBA::Object::_request member function. The remainder of the information provided in the long form eventually needs to be supplied.

Return Values

None.

See Also

CORBA::Object::_request

 

Skip navigation bar  Back to Top Previous Next