Request::send_oneway

Overview Sends a oneway DII request.
Original class CORBA::Request


Intended Usage

The send_oneway method is used by a client application that is using the Dynamic Invocation Interface (DII), to issue a oneway request. No response is sent back, so the client application must not call CORBA::Request::get_response. A Request object is constructed using the CORBA::Object::_create_request or CORBA::Object::_request method.

Syntax

  CORBA::Status send_oneway();

Input parameters

None.

Return values

CORBA::Status
A zero return code indicates the DII request was successfully sent. A non-zero return code indicates failure.

Related reference
CORBA module



Searchable topic ID:   rcor_modr18
Last updated: Jun 21, 2007 8:07:48 PM CDT    WebSphere Business Integration Server Foundation, Version 5.0.2
http://publib.boulder.ibm.com/infocenter/wasinfo/index.jsp?topic=/com.ibm.wasee.doc/info/ee/corba/ref/rcor_modr18.html

Library | Support | Terms of Use | Feedback